summaryrefslogtreecommitdiffstats
path: root/zebra/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2024-09-25pimd: Fix coverity checked return issueNathan Bahr1-4/+9
2024-09-25pimd: Fix igmp proxy null pointer dereferenceNathan Bahr1-5/+6
2024-09-25bgpd: Remove dead code from recent commitDonald Sharp1-7/+0
2024-09-25bgpd: EVPN fix per rd specific type-2 json outputSindhu Parvathi Gopinathan1-2/+2
2024-09-25bgpd: changes for code maintainabilitysri-mohan11-75/+82
2024-09-24lib: Removed unused RFP_DEFAULTS_NODEDonald Sharp1-1/+0
2024-09-24lib, zebra: TABLE_NODE is not usedDonald Sharp2-16/+0
2024-09-24lib: Help text correctionDonald Sharp1-1/+1
2024-09-24tests: Addition of AutoRP Discovery uncovered broken PIM testNathan Bahr1-4/+5
2024-09-24tests: Update existing tests for changes introduced by AutoRP DiscoveryNathan Bahr5-6/+3
2024-09-24tests: Added tests for new AutoRP functionalityNathan Bahr5-0/+324
2024-09-24doc: Add user documentation for AutoRP CLINathan Bahr1-0/+34
2024-09-24pimd,yang: Implement AutoRP CLI and NB config pathNathan Bahr9-1/+839
2024-09-24pimd: Add AutoRP functionality to PIMDNathan Bahr11-6/+1374
2024-09-24ospf6d: Remove unguarded debugs in ospf6_snmp.cDonald Sharp1-4/+0
2024-09-24tests: Check if built-in Lua functions are workingDonatas Abraitis1-0/+16
2024-09-24lib: Load built-in Lua functionsDonatas Abraitis1-0/+3