summaryrefslogtreecommitdiffstats
path: root/nhrpd (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-20bgpd: Check if bgp_path_info is not NULL when setting AIGP metric TLVDonatas Abraitis1-1/+1
2022-12-19pathd: fix SA warning in path_pcep_configMark Stapp1-2/+1
2022-12-19ospf6d: Fixing memory leak in ospf6_lsa_create_headeronly for both master and...Manoj Naragund1-42/+23
2022-12-17zebra: Notice Optional Router Advertisement types that are not handledDonald Sharp2-0/+36
2022-12-17zebra: Ensure memory is not freed that dplane depends on in shutdownDonald Sharp1-3/+3
2022-12-17zebra: fix wrong gateway for fpm debuganlan_cs1-4/+9
2022-12-16doc: add documentation for show ospf border-routersChirag Shah1-0/+7
2022-12-16ospfd: json support for show ip ospf border-routersSindhu Parvathi Gopinathan1-21/+76
2022-12-16doc: add documentation for show ip nht route-mapChirag Shah1-0/+9
2022-12-16zebra: json support for show ip nht route-mapSindhu Parvathi Gopinathan1-27/+102
2022-12-16bgpd: Print out useful information about peerDonald Sharp1-2/+2
2022-12-16bgpd: Convert bgp_packet_mpattr_prefix to use an enum for safi'sDonald Sharp1-8/+28
2022-12-16bgpd: make bgp_packet_mpattr_start more prescriptive when using enum'sDonald Sharp1-3/+13
2022-12-16bgpd: Convert bgp_packet_mpattr_prefix_size to use an enumDonald Sharp1-6/+30
2022-12-16lib, staticd: return values even after an assertDonald Sharp2-0/+5
2022-12-16docs: Do not forget updating default version for readthedocs.orgDonatas Abraitis1-0/+3
2022-12-15bgpd: cleanup macip_path_list for remote macipTrey Aspelund1-0/+1
2022-12-15bgpd: If we don't find what we are looking for cleanup the json structureDonald Sharp1-8/+12
2022-12-15lib: Fix free functionDonald Sharp1-1/+8
2022-12-15ospf6d: Fix auth_key string memory leakDonald Sharp2-0/+6
2022-12-15zebra: When freeing the early route queue, actually free it rightDonald Sharp1-4/+4
2022-12-15lib, tests, zebra: Remove unused workqueue error functionDonald Sharp5-20/+0
2022-12-15tests: Limit run of config_timing when building with --enable-address-sanitizerDonald Sharp1-1/+10
2022-12-15zebra: Fix nexthop group memory leakDonald Sharp1-2/+4
2022-12-15lib: On shutdown, disable snmp from workingDonald Sharp2-0/+14
2022-12-15tests: fix IGP metric best path selection in bgp_l3vpn_to_bgp_vrfLouis Scalbert1-33/+23
2022-12-15tests: add a bgp path selection topotestLouis Scalbert14-0/+414
2022-12-15bgpd: display the IGP metric of the ultimate path in snmpLouis Scalbert1-3/+5
2022-12-15bgpd: display the IGP metric of the ultimate path in route detailsLouis Scalbert1-6/+8
2022-12-15bgpd: fix the IGP metric for best path selection on VPN importLouis Scalbert1-6/+11
2022-12-15bgpd: Add support for flowspec prefixes in bgp_packet_mpattr_prefix_sizeStephane Poignant1-0/+2
2022-12-15lib: Convert agentx_enabled to a boolDonald Sharp2-5/+5
2022-12-15bgpd: use the enum instead of an intDonald Sharp2-2/+3
2022-12-14zebra: JSON support for show nexthop-group ribPooja Jagadeesh Doijode2-98/+265
2022-12-14bgpd: Fix coverity FORWARD_NULL for v->namelen in SNMP codeDonatas Abraitis1-6/+6
2022-12-14tests: Fix frrbot style issuesKuldeep Kashyap7-185/+211
2022-12-14tests: Cleaning up daemon param used in start_topology()Kuldeep Kashyap42-197/+55
2022-12-14tests: Topotests daemon start as per feature testKuldeep Kashyap5-66/+62
2022-12-13zebra: fix flags used for debug dpdkMark Stapp2-5/+7
2022-12-13zebra: Read from the dplane_fpm_nl a route updateDonald Sharp5-9/+158