summaryrefslogtreecommitdiffstats
path: root/bfdd/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-11lib: terminate default vrf lastStephen Worley1-11/+20
2021-06-11bgpd: Call bgp_dest_unlock_node() inside bgp_adj_in_remove()Donatas Abraitis2-9/+4
2021-06-10ospf6d: fix undefined functionStephen Worley1-1/+1
2021-06-10ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it doesDonald Sharp9-21/+22
2021-06-10ospf6d: Fix coverity Possible null derefDonald Sharp1-0/+14
2021-06-09pimd: rename some MSDP functionsRafael Zalamena3-20/+19
2021-06-09topotests: new test topology for MSDPRafael Zalamena17-0/+643
2021-06-09topotests: support adding hostsRafael Zalamena1-0/+16
2021-06-09pimd: rework MSDP mesh-group codeRafael Zalamena6-784/+423
2021-06-09yang: rework PIM MSDP mesh groupRafael Zalamena1-12/+22
2021-06-09zebra: Give extra space and stop processing if we run out of spaceDonald Sharp1-5/+24
2021-06-08tests: replace "interface IFNAME area" with "ipv6 ospf6 area"Igor Ryzhov5-14/+14
2021-06-08doc: replace "interface IFNAME area" with "ipv6 ospf6 area"Igor Ryzhov1-9/+6
2021-06-08ospf6d: fix interface area configurationIgor Ryzhov5-51/+216
2021-06-08tests: fix ospf6_topo1_vrfIgor Ryzhov4-9/+9
2021-06-08ospfd: fix crash when displaying neighbor data in JSONRenato Westphal1-11/+17
2021-06-08lib, ospfd, ospf6d: fix logging of pointer addressesRenato Westphal3-13/+12
2021-06-08ospfd: fix wrong NSSA debug guardsRenato Westphal2-5/+4
2021-06-08zebra, ospfd: fix typos in the graceful restart codeRenato Westphal3-26/+26
2021-06-08ospfd: fix logging of what triggered the SPF runRenato Westphal1-7/+7
2021-06-08ospfd: fix cleanup of MaxAge LSAs on exitRenato Westphal1-1/+1
2021-06-08ospfd: fix null pointer dereference when flushing an opaque LSARenato Westphal1-8/+5
2021-06-08ospfd: fix dangling pointer when exiting from the helper modeRenato Westphal1-1/+1
2021-06-08ospfd: fix crash when logging a Grace-LSARenato Westphal1-27/+70
2021-06-08ospfd: fix small issue when exiting from the GR helper modeRenato Westphal1-1/+2
2021-06-08ospfd: fix GR helper initialization and terminationRenato Westphal4-13/+43
2021-06-08ospfd: fix memory leaks in summarizationIgor Ryzhov1-1/+2
2021-06-08bgpd: add terse display option on show bgp summaryLouis Scalbert9-107/+171
2021-06-08bgpd: add counter of displayed show bgp summary when filteringLouis Scalbert2-8/+33
2021-06-08bgpd: display pretty VRF/view name on no such neighborLouis Scalbert2-2/+3
2021-06-07tests: timing large config operationsChristian Hopps3-0/+205
2021-06-07bgpd: Add tracepoints for bgp_dest_lock_node/bgp_dest_unlock_nodeDonatas Abraitis1-0/+3
2021-06-07zebra: srv6 cleanupMark Stapp1-2/+4
2021-06-07zebra: small srv6 text cleanupMark Stapp1-2/+2
2021-06-07bgpd: Convert to using peer_established(peer) functionDonald Sharp15-79/+73
2021-06-07lib: fix address sanitizer crash on `find`Rafael Zalamena1-1/+1
2021-06-07lib: add dtor for srv6 locator chunk listMark Stapp1-1/+8
2021-06-07bgpd: split soft reconfigure table task into several jobs to not block vtyshLouis Scalbert4-30/+269
2021-06-06tests: add grpc unit testChristian Hopps14-1/+1112
2021-06-05bgpd: bgp_vrf has already been derefed in all pathsDonald Sharp1-1/+1
2021-06-05pathd: Remove unused functionDonald Sharp2-13/+0
2021-06-05doc: replace "passive-interface IFNAME" with "ip ospf passive"Igor Ryzhov2-18/+18
2021-06-05ospfd: fix passive interface configurationIgor Ryzhov2-146/+167
2021-06-04zebra: fix config after exit from vrfIgor Ryzhov2-4/+7
2021-06-04ospfd, doc, tests: combined SRGB/SRLB commandEmanuele Di Pascale4-206/+188
2021-06-04bgpd: modify VRF/view display in show bgp summaryLouis Scalbert3-22/+20
2021-06-04topotests: remove uneccessary vtysh cmd requestLouis Scalbert1-7/+0
2021-06-04topotests: OSPFv3 NSSA test LSA type 7Rafael Zalamena1-26/+129
2021-06-04topotests: add tests for OSPFv3 NSSA/StubKaushik7-3/+87
2021-06-04ospf6d: missing NSSA areas handlingRafael Zalamena2-3/+8