summaryrefslogtreecommitdiffstats
path: root/isisd/isis_dynhn.h (unfollow)
Commit message (Expand)AuthorFilesLines
13 daystests: enable failure and fix broken testsChristian Hopps21-168/+614
2024-12-22zebra: Remove tests for `srv6_locator_alloc` failureCarmine Scarpitta1-4/+0
2024-12-22bgpd: Replace 16 integer with IPV6_MAX_BYTELENCarmine Scarpitta1-1/+1
2024-12-22bgpd: Replace 16 integer with IPV6_MAX_BYTELENCarmine Scarpitta1-4/+3
2024-12-21tests: Check if enforce-first-as is working with peer-groupsDonatas Abraitis1-4/+6
2024-12-21bgpd: Fix `enforce-first-as` per peer-group removalDonatas Abraitis2-3/+12
2024-12-21mgmtd: fix compile erroranlan_cs1-3/+3
2024-12-21doc: Show the valid range of SRv6 locator node-lenCarmine Scarpitta1-1/+1
2024-12-21doc: Show the valid range of SRv6 locator block-lenCarmine Scarpitta1-1/+1
2024-12-21doc: Fix the order of SRv6 locator parametersCarmine Scarpitta1-1/+1
2024-12-20pathd: Replace ctime_r() with time_to_string()Donatas Abraitis1-2/+1
2024-12-20bgpd: Drop timestamp_string()Donatas Abraitis2-12/+2
2024-12-20bgpd: Replace ctime_r() to time_to_string[_json]() to handle JSON/non-JSONDonatas Abraitis5-12/+8
2024-12-20lib: Add a wrapper for time_to_string() to print time in JSON outputsDonatas Abraitis1-0/+16
2024-12-20babel: Clean babel config on babel daemon stopYaroslav Kholod1-0/+6
2024-12-19tests: Ignore totalRoutes, totalPaths when checking strict outputDonatas Abraitis1-3/+13
2024-12-19tests: Check if we received a DECENT amount of prefixes/pathsDonatas Abraitis1-49/+40
2024-12-19bgpd: Print totalRoutes and totalPaths in JSON outputDonatas Abraitis1-1/+6
2024-12-19bgpd: add rpki json attributes to bgp pathPhilippe Guibert1-5/+10
2024-12-19bgpd: Show applied route-map attributes for `neighbor X advertised-routes det...Donatas Abraitis3-80/+66
2024-12-19test: fix label ordering on error diff reportChristian Hopps1-1/+1
2024-12-19bgpd: Fix memory leak when creating BMP connection with a source interfaceDonatas Abraitis1-1/+4
2024-12-19tests: Check if we can see advertised routes with route-map appliedDonatas Abraitis5-0/+141
2024-12-19pim: handle return code to fix a couple of coverity issuesJafar Al-Gharaibeh2-4/+14
2024-12-18lib: Fix to optimize the time taken while batching huge configsRajasekar Raja3-1/+16
2024-12-18tests: add a test case for static route propagationJafar Al-Gharaibeh3-0/+74
2024-12-18bgpd: fix memory leak when reconfiguring a route distinguisherPhilippe Guibert1-0/+2
2024-12-17bgpd: add meta queue in bgpKarthikeya Venkat Muppalla5-85/+341
2024-12-17tests: add nexthop/interface's down/up topo for kernel routesanlan_cs3-0/+88
2024-12-17zebra: check kernel routes when interface becomes upanlan_cs1-0/+2
2024-12-17zebra: don't uninstall kernel routesanlan_cs1-1/+1
2024-12-17zebra: fix wrong nexthop checkanlan_cs1-1/+1
2024-12-16bgpd: remove unneeded printfrr reg for pRNMark Stapp1-1/+0
2024-12-16bgpd: Releasing the label in bgp_delete flowvaruntumbe4-19/+35
2024-12-16topotests: Adding a test to control release of BGP labelsvaruntumbe5-0/+428
2024-12-16lib: darr: fix bug with nested macro useChristian Hopps1-12/+12
2024-12-16lib: mgmtd: use less common macro scoped variable namesChristian Hopps1-8/+8
2024-12-16lib: darr: use the FRR printf formatterChristian Hopps1-1/+2
2024-12-16tools: add support for multiple YANG pathsChristian Hopps1-5/+10
2024-12-13doc: Clean up Multicast RIB documentationNathan Bahr3-124/+97
2024-12-13tests: Add new pim mrib testsNathan Bahr6-0/+441
2024-12-13pimd: Clean up pim RPF/NHT show commandsNathan Bahr2-69/+89
2024-12-13pimd: Update nexthops when lookup mode changesNathan Bahr2-1/+9
2024-12-13pimd: Refactor pim NHTNathan Bahr20-824/+931
2024-12-13pimd: Refactor synchronous nexthop lookupNathan Bahr2-6/+91
2024-12-13pimd,yang: Reimplement RPF lookup vty in router pimNathan Bahr8-5/+130
2024-12-13zebra: Give a bit more data about zclient connection on errorsDonald Sharp1-6/+5
2024-12-13tools: Add rip support bundle commandsDonald Sharp1-3/+5
2024-12-13pimd,pim6d: optimize multicast prefix generationRafael Zalamena5-49/+24
2024-12-12bgpd: When calling bgp_process, prevent infinite loopDonald Sharp2-13/+17