summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-08zebra: Do not retry in 30 seconds on pw reachability failureDonald Sharp1-1/+8
2024-10-08zebra: Move pw status settting until after we get resultsDonald Sharp3-29/+23
2024-10-08pimd: fix a possible crash when enabling debug autorpJafar Al-Gharaibeh1-2/+2
2024-10-07vrrpd: iterate over all ancillary messagesRafael Zalamena1-1/+1
2024-10-07lib: add flag to have libyang load internal ietf-yang-library moduleChristian Hopps19-30/+40
2024-10-07isisd: fix wrong check for MT commandsanlan_cs1-8/+0
2024-10-07lib,zebra: remove unused ZEBRA_VRF_UNREGISTERDonna Sharp3-19/+0
2024-10-07zebra: remove unsued function from tc_netlink.cDonna Sharp1-21/+0
2024-10-07zebra: remove unused function from if_netlink.cDonna Sharp3-223/+0
2024-10-07zebra: remove unused function from tc_netlink.cDonna Sharp2-21/+0
2024-10-07zebra: remove unused function rib_lookup_ipv4Donna Sharp2-42/+0
2024-10-05tools: fix some special commands for reloading pimanlan_cs1-1/+6
2024-10-04zebra: Fix crash during reconnectIgor Zhukov1-1/+1
2024-10-03bgpd: export labels to pre-policy bmpLouis Scalbert1-11/+13
2024-10-03lib: remove unused bfd definesLouis Scalbert1-6/+0
2024-10-03bfdd: add no variants to all configurationsLouis Scalbert1-4/+7
2024-10-03bgpd: changes for code maintainabilitysri-mohan11-96/+79
2024-10-03bgpd: Print debug message about reaching maximum allowed multi pathsDonatas Abraitis1-1/+2
2024-10-02bgpd: Remove unused bgp_mp_dmed_deselect functionDonald Sharp2-19/+0
2024-10-02bgpd: fix printfrr_bp for non initialized peersLouis Scalbert1-0/+6
2024-10-02bgpd: Actually make ` --v6-with-v4-nexthops` it workDonatas Abraitis2-17/+17
2024-10-01bfdd: add no variants to interval configurationsRafael Zalamena1-16/+25
2024-10-01lib: nexthop code should use uint16_t for nexthop countingDonald Sharp2-15/+11
2024-10-01tests: Check if loopback routes are considered valid for nexthop trackingDonatas Abraitis5-0/+170
2024-10-01bgpd: Relax the same prefix and nexthop to be validDonatas Abraitis1-5/+4
2024-10-01tests: Drop test_bgp_with_loopback_with_same_subnet_p1Donatas Abraitis1-289/+0
2024-10-01bgpd: Remove bgp_path_info_mpath_dequeueDonald Sharp3-18/+0
2024-10-01bgpd: Cleanup multipath figuring out in bgpDonald Sharp8-850/+135
2024-10-01tests: Clean up some logging in test_bgp_default_originate_2links.pyDonald Sharp1-5/+6
2024-10-01bgpd: Ensure mpath data is only on bestpathDonald Sharp2-3/+10
2024-10-01bgpd: Use CHECK_FLAG to remain consistent for mp_flagsDonald Sharp1-2/+2
2024-09-30lib: fix calloc warning on recent compilerRafael Zalamena1-1/+1
2024-09-30pimd: fix northbound error message on deleteRafael Zalamena1-15/+12
2024-09-30pimd: remove unreachable codeRafael Zalamena1-8/+0
2024-09-30pimd: fix missing IPV4 checkanlan_cs1-59/+48
2024-09-29tools: fix missing check interfaces for reloading pimanlan_cs1-10/+10
2024-09-27tests: enhance autorp topotestBarry A. Trent1-10/+144
2024-09-27pimd: fix autorp CLI bugsBarry A. Trent3-6/+7
2024-09-27tests: Check if we can see unmodified received-routes with soft inboundDonatas Abraitis4-0/+134
2024-09-27bgpd: Show unmodified version of received-routes per neighborDonatas Abraitis1-4/+4
2024-09-27isisd: Fix the PQ space computation error in TI-LFAb293321-1/+1
2024-09-27bgpd: changes for code maintainabilitysri-mohan11-17/+20
2024-09-26*: Modify clang-format column limit to 100Donald Sharp1-1/+1
2024-09-26bgpd: changes for code maintainabilitysri-mohan11-21/+23
2024-09-25pimd: fix a possible use after free bug when doing pim traceJafar Al-Gharaibeh1-1/+1
2024-09-25zebra: Add missing proto translationsDonald Sharp1-0/+4
2024-09-25zebra: Correctly report metricsDonald Sharp1-5/+5
2024-09-25zebra: Let's use memset instead of walking bytes and setting to 0Donald Sharp1-8/+2
2024-09-25zebra: Fix snmp walk of zebra ribDonald Sharp1-2/+4
2024-09-25pimd: Fix coverity checked return issueNathan Bahr1-7/+17