summaryrefslogtreecommitdiffstats
path: root/docker (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-25tests: factorize code in bgp_bmp_vrfLouis Scalbert1-54/+32
2024-10-25tests: factorize code in bgp_bmpLouis Scalbert20-166/+80
2024-10-25tests: rework bgp_bmp_vrfLouis Scalbert11-33/+414
2024-10-25tests: rework bgp_bmpLouis Scalbert21-46/+827
2024-10-25tests: augment bgp bmp test wait timeLouis Scalbert2-12/+12
2024-10-25bgpd: Fix wrong pthread event cancellingDonald Sharp5-2/+16
2024-10-25bgpd: Fix deadlock in bgp_keepalive and master pthreadsDonald Sharp1-32/+27
2024-10-25bgpd: Only grab the confed path count if we are comparing itDonald Sharp1-1/+1
2024-10-25bgpd: Store aspath count after aspath has changedDonald Sharp2-2/+36
2024-10-25bgpd: Do not call evpn_overlay_free no matter whatDonald Sharp1-8/+12
2024-10-24bgpd: compare aigp after local route check in bgp_path_info_cmp()Enke Chen2-33/+30
2024-10-24tests: add a new BGP AIGP topotestEnke Chen3-0/+53
2024-10-24tests: add bmpserver loggingLouis Scalbert3-29/+106
2024-10-24tests: bmpserver, detect session close immediatelyLouis Scalbert1-0/+3
2024-10-24tests: apply black to bmpserverLouis Scalbert1-0/+3
2024-10-23pimd: PIM autorp no path RP fixNathan Bahr1-1/+4
2024-10-23bgpd: fix uninitialized labelsLouis Scalbert1-2/+2
2024-10-22bgpd: fix allocating uninitialized bgp_labelsLouis Scalbert1-1/+1
2024-10-22Revert "lib: Attach stdout to child only if --log=stdout and stdout FD is a tty"Donald Sharp1-10/+4
2024-10-22bgpd: Do not leak a stream with bmp codeDonald Sharp1-0/+2
2024-10-22bgpd: Handle non-transitive opaque extended communities also for eBGP peersDonatas Abraitis2-17/+15
2024-10-22bgpd: Check transivity flag for node target extended community with CHECK_FLAG()Donatas Abraitis1-1/+1
2024-10-22bgpd: Rework extended community transitivinessDonatas Abraitis2-67/+58
2024-10-22bgpd: Add a function to strip non-transitive extended communitiesDonatas Abraitis2-0/+45
2024-10-22bgpd: Print ipv6 extended communities if debug updates is turned onDonatas Abraitis1-0/+4
2024-10-22bgpd: Check for the extended community size before setting the flagDonatas Abraitis1-2/+2
2024-10-22tests: Check if non-transitive link-bandwidth communities are sent/received c...Donatas Abraitis5-5/+90
2024-10-22bgpd: Handle non-transitive extended communities for link-bandwidthDonatas Abraitis1-1/+2
2024-10-22ospfd:fix the bug that the empty area was not free after no area range comman...Shbinging1-0/+2
2024-10-22isisd: fix 'show isis route' and 'show isis fast-reroute summary' errors with...baozhen-H3C1-2/+2
2024-10-22zebra: drop NEWLINK event handling in the main threadanlan_cs1-4/+2
2024-10-22bgpd: fix AIGP calculation in route advertisementEnke Chen5-35/+43
2024-10-22tests: add a topotest bgp_aigp_rrEnke Chen13-0/+308
2024-10-21doc: Require unified config for all new topotestsDonatas Abraitis1-7/+8
2024-10-20bgpd: allow value 0 in aigp-metric settingEnke Chen2-3/+3
2024-10-19bgpd: changes for code maintainabilitysri-mohan11-13/+13
2024-10-19zebra: remove useless codeanlan_cs1-6/+0
2024-10-18tests: Check if BGP no-export community is passed to BGP OAD peersDonatas Abraitis2-1/+42
2024-10-18bgpd: Do not filter no-export community for BGP OAD (one administration domain)Donatas Abraitis1-5/+4
2024-10-18bgpd: changes for code maintainabilitysri-mohan11-59/+53
2024-10-18zebra: fix showing nexthop vrf for ipv6 blackholeLouis Scalbert2-3/+3
2024-10-17tests: logger masked in topotest.pyLiam Brady1-4/+4
2024-10-17lib: Correctly handle ppoll pfds.events == 0Donald Sharp1-1/+24
2024-10-17lib: refactor memstats logging, fix ACTIVEATEXITDavid Lamparter10-48/+97
2024-10-17lib: do not log_memstats() in crash handlerDavid Lamparter1-2/+12
2024-10-17lib: zlog stays running on shutdownDavid Lamparter1-1/+15
2024-10-17lib: actually propagate MGROUP argsDavid Lamparter1-0/+5
2024-10-17zebra: Fix possible null deref discovered by coverityDonald Sharp1-0/+3
2024-10-17ospfd: update ospf_asbr_status when using no_area_nssa commandShbinging1-0/+2
2024-10-16tests: add a new topotest to bgp_aigpEnke Chen3-0/+13