summaryrefslogtreecommitdiffstats
path: root/babeld/net.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-22lib, zebra: Check for not being a blackhole routeDonald Sharp3-9/+6
2024-04-22isisd: fix renaming backup define for ENDX SIDPhilippe Guibert2-4/+4
2024-04-21vtysh, lib: fix 'show ip[v6] prefix-list ... json' formatting by moving it to...Piotr Suchy3-16/+191
2024-04-20yang: add missing `zif-gre` zebra interface typeChristian Hopps2-0/+10
2024-04-19vtysh: Fix `show route-map` command when calling via `do`Donatas Abraitis1-1/+1
2024-04-18tests: fix BFD C-bit topotestRenato Westphal3-92/+3
2024-04-18bgpd: Include capabilities when sending NOTIFICATION(7)Donatas Abraitis1-21/+9
2024-04-18bgpd: do allocate vrf label only when necessaryPhilippe Guibert3-22/+18
2024-04-17bgpd: Allow specification of AS 0 for rpki commandsDonald Sharp2-8/+25
2024-04-17ospfd: fix 'no write-multiplier' commandBing Shui1-1/+1
2024-04-17ospfd: fix 'no maximum-paths' commandBing Shui1-2/+3
2024-04-17bgpd: cleanup references to debug bgp allow-martiansLouis Scalbert2-14/+0
2024-04-16lib: fix keychain NB crashIgor Ryzhov1-4/+4
2024-04-16lib, zebra: fix exit commandsIgor Ryzhov3-3/+3
2024-04-16bgpd: add redistribute table-direct command for ipv6-unicastPhilippe Guibert1-0/+72
2024-04-16debian, redhat, snapcraft: Libyang min version is 2.1.128Martin Winter3-3/+3
2024-04-16vtysh: Check if bgpd is enabled before installing vtysh commands for RPKIDonatas Abraitis1-0/+2
2024-04-15zebra: fix encoded DNSSL lengthIgor Ryzhov1-0/+1
2024-04-15bgpd: Fix display when using `missing-as-worst`Donald Sharp5-38/+65
2024-04-15bgpd: fix compile erroranlan_cs1-0/+2
2024-04-15bgpd: fix addressing information of non established outgoing sessionsPhilippe Guibert1-0/+18
2024-04-15bgpd: remove useless control checks about TCP connectionPhilippe Guibert1-4/+0
2024-04-15bgpd: Flow Spec redirect IPv6 Extended Community should be 0x0dDonatas Abraitis1-4/+2
2024-04-15bfdd: fix BFD_GETCBITIgor Ryzhov1-1/+1
2024-04-13tests: Check if maximum-prefix works for EVPN stuff alsoDonatas Abraitis6-0/+155
2024-04-13bgpd: Allow using `maximum-prefix` for EVPNDonatas Abraitis1-0/+9
2024-04-13ospfd: Fix compile warning with `-Wformat-truncation`Donatas Abraitis1-2/+2
2024-04-13isisd: Fix compile warning with `-Wformat-truncation`Donatas Abraitis1-1/+1
2024-04-13bgpd: Drop newline in JSON output for `show bgp afi safi json detail`Donatas Abraitis1-1/+1
2024-04-13bgpd: Drop `bgp_network_import_check_exact_cmd` commandDonatas Abraitis1-0/+3
2024-04-13bgpd: prompt should be given only for the real changeanlan_cs1-62/+76
2024-04-13bpgd: adjust return value for the same commandanlan_cs1-4/+4
2024-04-12zebra: backpressure - Fix Null ptr access (Coverity Issue)Rajasekar Raja1-1/+1
2024-04-12bgpd: Convert int's to bool in a couple of spotsDonald Sharp1-6/+6
2024-04-12bgpd: Increase install/uninstall speed of evpn vpn vni'sDonald Sharp1-47/+21
2024-04-12bfdd: add check for flag Mzmw123062-0/+8
2024-04-11ospfd, ospf6d: Remove deprecated JSON fieldsDonatas Abraitis2-18/+0
2024-04-11tools: frr-reload strip interface vrf ctx lineChirag Shah1-0/+21
2024-04-10tests: Cleanup generate_support_bundle() to not failDonald Sharp1-2/+14
2024-04-10zebra: rtadv uses uninited data to sendmsgDonald Sharp1-5/+5
2024-04-10bgpd: fix 'show bgp neighbors' outputPhilippe Guibert1-2/+2
2024-04-10tools/indent.py: fix encoded byte stream handlingAndrew Cooks1-2/+2
2024-04-09zebra: Use more appropriately sized stream packets for evpnDonald Sharp3-7/+7
2024-04-09zebra: Actually display I/O buffer sizesDonald Sharp2-5/+1
2024-04-09isisd: The hold time of hello packets on a P2P link does not match the sendin...zhou-run1-1/+1
2024-04-09doc: add doc about the zebra dataplane api versionMark Stapp1-0/+15
2024-04-09zebra: add dataplane API version valueMark Stapp2-0/+20
2024-04-09lib: add simple generic version helpersMark Stapp2-0/+20
2024-04-09topotests: do not check table versionLouis Scalbert7-7/+0
2024-04-08bgpd : backpressure - Handle BGP-Zebra(EPVN) Install evt CreationRajasekar Raja9-142/+300