summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-16tests: test_babel_topo1: tolerate slow resultsG. Paul Ziemba1-5/+15
2023-07-15tests: backtraces/cores now fail testsChristian Hopps2-33/+40
2023-07-15tests: add regression test for issue $13920Christian Hopps2-0/+68
2023-07-15vtysh: track and fix file-lock use in the workaround from 2004Christian Hopps3-2/+13
2023-07-15lib: mgmtd: only clear pending for the in-progress commandChristian Hopps5-4/+19
2023-07-14bgpd: Prevent use after freeDonald Sharp1-24/+83
2023-07-14tests: fix/improve the printing of backtrace from coresChristian Hopps1-25/+80
2023-07-14doc: Add RFC 5396 to the supported BGP RFC listDonatas Abraitis1-0/+2
2023-07-13lib: fix on-match when added to existing route-map entryAlexander Chernavin7-0/+160
2023-07-13bgpd: ignore the wrong interface for nht procedureanlan_cs1-0/+5
2023-07-13zebra: Fix wrong vrf change procedureanlan_cs1-9/+9
2023-07-12ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp10-36/+37
2023-07-12mgmtd: adjust one unnecessary bool convertanlan_cs2-4/+2
2023-07-11bgpd: Fix memory leak by moving allocation of json objectAlexander Sohn1-2/+2
2023-07-11zebra: adjust one debug infoanlan_cs1-6/+5
2023-07-11doc: fix the error pathxzheng1-2/+2
2023-07-10isisd: replace gmtime with gmtime_rMark Stapp1-8/+8
2023-07-10tests: add route-install test using NHRP tunnelMark Stapp2-0/+84
2023-07-10sharpd: allow sharpd to install non-recursive routesMark Stapp2-4/+9
2023-07-10zebra: use NHRP routes as valid in nexthop checkMark Stapp2-1/+12
2023-07-10nhrpd: clean up locals in route zapi apiMark Stapp1-3/+3
2023-07-10zebra: Guard printing an error by checking if VRF is not NULLDonatas Abraitis1-4/+10
2023-07-10zebra: Check if ifp is not NULL in zebra_if_update_ctx()Donatas Abraitis1-0/+7
2023-07-10zebra: Do not check ifp for NULLDonatas Abraitis1-1/+1
2023-07-10bgpd: Fix table manager to use the synchronous clientDonald Sharp2-4/+4
2023-07-10bgpd: Fix table manager to use the synchronous clientDonald Sharp2-4/+4
2023-07-10tests: fix BGP delayopen timer expiration testDavid Schweizer1-1/+1
2023-07-10zebra: Lookup up nlsock * one time in call treeDonald Sharp1-5/+2
2023-07-10tests: bgp_flowspec expand timingsDonald Sharp2-1/+3
2023-07-10tests: Fix wrong config line in bgp_l3vpn_to_bgp_vrfDonald Sharp3-3/+3
2023-07-10tests: isis_tilfa_topo1 fails sometimes due to insufficient timeDonald Sharp13-21/+39
2023-07-10tests: bgp_vpnv4_per_nexthop_label is failingDonald Sharp1-0/+4
2023-07-10tests: zebra_rib route-map run times fixupDonald Sharp1-2/+2
2023-07-10tests: Do not remove core filesDonald Sharp1-6/+4
2023-07-10tests: If a core file is generated fail the testDonald Sharp1-1/+15
2023-07-10tests: Look for zlog_backtrace in ci systemDonald Sharp1-0/+34
2023-07-10bgpd: Get 1 or 2 octets for Sub-TLV length (Tunnel Encap attr)Donatas Abraitis1-1/+3
2023-07-10pimd, pim6d: Added pimEnabled field in "show ip pim nexthop json" cliSarita Patra1-0/+10
2023-07-09zebra: fix mpls config on ifaces created post frrPhilippe Guibert1-0/+5
2023-07-09tools: fix ospf area stub summary in frr-reloadChirag Shah1-0/+20
2023-07-08tests: Ignore test_darr for gitDonatas Abraitis1-0/+1
2023-07-08bgpd: fix evpn zclient_send_message return codeChirag Shah1-2/+8
2023-07-07bgpd: Deprecate Prestandard Outbound Route Filtering capabilityDonatas Abraitis10-141/+36
2023-07-07bgpd: Check if cluster list attribute is not received via eBGP sessionDonatas Abraitis1-0/+9
2023-07-07bgpd: Check if originator-id attribute is not received via eBGP sessionDonatas Abraitis2-4/+13
2023-07-07bgpd: Deprecate Prestandard Route Refresh capability (128)Donatas Abraitis7-84/+20
2023-07-07bgpd: Drop deprecated capability (dynamic 66)Donatas Abraitis2-12/+0
2023-07-07zebra: Fix crash when `dplane_fpm_nl` fails to process received routesCarmine Scarpitta1-1/+2
2023-07-07zebra: Abstract `dplane_ctx_route_init` to init route without copyingCarmine Scarpitta1-2/+19
2023-07-07ospf: fix lsa leakryndia1-1/+0