index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospfd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospfd: fix area range memory leak
Keelan10
2023-09-05
1
-2
/
+11
*
ospfd: Prevent use after free( and crash of ospf ) when no router ospf
Donald Sharp
2023-08-30
1
-20
/
+19
*
ospfd: Delete `q_space->vertex_list` on No Backup Path
Keelan10
2023-08-19
1
-0
/
+1
*
Merge pull request #14016 from mjstapp/event_exec_ptr
Donald Sharp
2023-08-15
3
-3
/
+3
|
\
|
*
* : include event ptr in event_execute api
Mark Stapp
2023-07-25
3
-3
/
+3
*
|
ospfd: Ensure listnode returns are usable
Donald Sharp
2023-08-07
1
-1
/
+5
*
|
ospfd: fix SPF calculation when changing ABR type
Alexander Chernavin
2023-07-25
1
-0
/
+7
*
|
Merge pull request #14056 from achernavin22/ospf-fix-def-metric-upd
Russ White
2023-07-25
5
-15
/
+19
|
\
\
|
|
/
|
/
|
|
*
ospfd: fix default-metric change if external LSAs already sent
Alexander Chernavin
2023-07-19
5
-15
/
+19
*
|
Merge pull request #14034 from LabNConsulting/aceelindem/ospf_prefix_suppression
Donatas Abraitis
2023-07-21
5
-21
/
+146
|
\
\
|
|
/
|
/
|
|
*
ospfd: Implement OSPF prefix-suppression as specified in RFC 6860
Acee
2023-07-20
5
-21
/
+146
*
|
ospfd: Support show intra-area network type in 'show ip ospf route' command
Zhiyuan Wan
2023-07-18
3
-5
/
+19
*
|
ospfd: Fix wrong advertise router calculation in transit network
Zhiyuan Wan
2023-07-18
1
-1
/
+1
*
|
ospfd: Support show advertise router in 'show ip ospf route' command
Zhiyuan Wan
2023-07-18
1
-12
/
+44
|
/
*
Merge pull request #13691 from LabNConsulting/aceelindem/ospf-opaque-interfac...
Russ White
2023-07-11
7
-24
/
+132
|
\
|
*
ospfd: Configurable interface-level 'capability opaque' support
Acee
2023-06-28
7
-24
/
+132
*
|
Merge pull request #13880 from mjstapp/fix_ospf_intf_socket
Russ White
2023-07-11
2
-15
/
+36
|
\
\
|
*
|
ospfd: fix per-interface sockets
Mark Stapp
2023-07-03
2
-15
/
+36
*
|
|
ospf: fix lsa leak
ryndia
2023-07-07
1
-1
/
+0
*
|
|
Merge pull request #13333 from donaldsharp/vrf_bitmap_cleanup
Donatas Abraitis
2023-07-04
3
-18
/
+18
|
\
\
\
|
*
|
|
*: Rearrange vrf_bitmap_X api to reduce memory footprint
Donald Sharp
2023-06-26
3
-18
/
+18
*
|
|
|
ospfd: Ensure `show ip ospf interface` json code is guarded
Donald Sharp
2023-07-03
1
-1
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #13895 from mjstapp/fix_ospf_sync_json_null
Donald Sharp
2023-07-02
2
-0
/
+9
|
\
\
\
|
*
|
|
ospfd: check for NULLs in vty code
Mark Stapp
2023-06-30
2
-0
/
+9
|
|
/
/
*
|
|
Merge pull request #13847 from opensourcerouting/fix/free_zclient_sync_on_des...
Donald Sharp
2023-07-01
2
-1
/
+4
|
\
\
\
|
*
|
|
ospfd: Stop and free synchronous Zebra client on OSPF termination
Donatas Abraitis
2023-06-26
2
-1
/
+4
*
|
|
|
isisd, ospfd: fix opaque zapi source parsing
Mark Stapp
2023-06-27
1
-3
/
+3
|
|
/
/
|
/
|
|
*
|
|
ospfd: Add config callbacks and suppress hello during config load.
Acee
2023-06-23
4
-0
/
+44
|
/
/
*
|
Merge pull request #13612 from chiragshah6/fdev1
Russ White
2023-06-13
1
-4
/
+14
|
\
\
|
|
/
|
/
|
|
*
ospfd: fix interface param type update
Chirag Shah
2023-06-01
1
-4
/
+14
*
|
Merge pull request #13596 from Pdoijode/pdoijode/ospf-intf-json-changes
Jafar Al-Gharaibeh
2023-06-08
1
-26
/
+152
|
\
\
|
*
|
ospfd: re-added old json hierarchy for ospf intf json
Pooja Jagadeesh Doijode
2023-05-27
1
-15
/
+140
|
*
|
ospfd: fix json object name for newly added fields
Pooja Jagadeesh Doijode
2023-05-25
1
-3
/
+2
|
*
|
ospfd: fix the json object name
Pooja Jagadeesh Doijode
2023-05-25
1
-4
/
+3
|
*
|
ospfd: add oi to show ip ospf interface json
Trey Aspelund
2023-05-25
1
-51
/
+54
*
|
|
Merge pull request #13390 from ryndia/master
Donatas Abraitis
2023-06-08
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ospfd: ospf_route.c memory leak fix
ryndia
2023-05-30
1
-0
/
+2
|
|
/
*
/
ospfd, ospf6d: fix time_t truncation
Renato Westphal
2023-05-31
2
-2
/
+2
|
/
*
ospfd: OSPF P2MP Delayed Reflooding configuration
Acee
2023-05-22
5
-17
/
+73
*
Merge pull request #12949 from opensourcerouting/ospf-unplanned-gr
Russ White
2023-05-16
12
-69
/
+293
|
\
|
*
ospfd, ospf6d: introduce the "graceful-restart hello-delay" command
Renato Westphal
2023-05-09
6
-5
/
+133
|
*
ospfd, ospf6d: log when GR messages are sent to zebra
Renato Westphal
2023-05-09
1
-0
/
+6
|
*
ospfd: add support for unplanned graceful restart
Renato Westphal
2023-05-09
9
-64
/
+154
*
|
ospf_ti_lfa: Free p_space memory allocation
Keelan10
2023-05-12
1
-0
/
+1
*
|
Merge pull request #13489 from LabNConsulting/ospf-opaque-stale-fix
Jafar Al-Gharaibeh
2023-05-10
3
-11
/
+33
|
\
\
|
*
|
ospfd: OSPF opaque LSA stale processing fix and topotests.
Acee
2023-05-09
3
-11
/
+33
|
|
/
*
|
Merge pull request #13485 from donaldsharp/ospf_loopback_cost
Jafar Al-Gharaibeh
2023-05-10
2
-1
/
+5
|
\
\
|
*
|
ospfd: Respect loopback's cost that is set and set loopback costs to 0
Donald Sharp
2023-05-10
2
-1
/
+5
|
|
/
*
/
ospfd: opsf_abr.c memory leak fix, free range
Jeevesh Rishi Dindyal (Sarvesh)
2023-05-10
1
-2
/
+4
|
/
*
ospfd: Fix memory leaks w/ `show ip ospf int X json` commands
Donald Sharp
2023-05-04
1
-5
/
+4
[next]