summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #14431 from idryzhov/zebra-cleanupDonatas Abraitis2023-09-181-10/+2
|\ \ \ \ \ \
| * | | | | | zebra: remove duplicated codeIgor Ryzhov2023-09-171-10/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #14418 from bisdn/jogo_frrcommon_fix_stop_quietDonatas Abraitis2023-09-181-4/+4
|\ \ \ \ \ \
| * | | | | | tools: make --quiet actually suppress outputJonas Gorski2023-09-141-4/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #14409 from pguibert6WIND/donotuse_redistribute_table_on_n...Donatas Abraitis2023-09-181-6/+48
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | bgpd: fix forbiding 'redistribute table' usage on non default instancesPhilippe Guibert2023-09-131-6/+48
* | | | | | Merge pull request #14417 from Jafaral/vethIgor Ryzhov2023-09-161-2/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | zebra: fix link update for veth interfacesJafar Al-Gharaibeh2023-09-141-2/+0
|/ / / / /
* | | | | Merge pull request #14383 from donaldsharp/bgp_coverity_cleanup_early_septDonatas Abraitis2023-09-1311-59/+122
|\ \ \ \ \
| * | | | | bgpd: Ensure that leak_update does not free memory before it is being usedDonald Sharp2023-09-111-1/+2
| * | | | | bgpd: bgp_afi_node_get teach coverity about unlockingDonald Sharp2023-09-111-1/+3
| * | | | | bgpd: In bgp_clear_route_table ensure dest is still usable.Donald Sharp2023-09-111-3/+4
| * | | | | bgpd: bgp_best_selection ensure dest still existsDonald Sharp2023-09-111-3/+5
| * | | | | bgpd: Ensure bgp_aggregate_unset does dest goodDonald Sharp2023-09-111-1/+2
| * | | | | bgpd: Ensure bgp_redistribute_withdraw dest is usable stillDonald Sharp2023-09-111-2/+4
| * | | | | bgpd: Ensure debug is printed before possible dest freed in install_evpn_rout...Donald Sharp2023-09-111-2/+2
| * | | | | bgpd: bgp_static_set ensure dest is still usable.Donald Sharp2023-09-111-1/+2
| * | | | | bgpd: bgp_cleanup_table ensure dest is still usable.Donald Sharp2023-09-111-1/+2
| * | | | | bgpd: bgp_static_delete ensure rm and dest existDonald Sharp2023-09-111-2/+4
| * | | | | bgpd: bgp_reg_for_label_callback ensure dest existDonald Sharp2023-09-111-1/+2
| * | | | | bgpd: bgp_show_route_in_table ensure rm existsDonald Sharp2023-09-111-1/+3
| * | | | | bgpd: bgp_distance_unset ensure dest existsDonald Sharp2023-09-111-1/+2
| * | | | | bgpd: bgp_process_main_one should ensure dest existsDonald Sharp2023-09-111-1/+2
| * | | | | bgpd: ensure delete_all_vni_routes does not free destDonald Sharp2023-09-111-2/+6
| * | | | | bgpd: bgp_adj_in_unset needs to return the dest pointerDonald Sharp2023-09-113-6/+8
| * | | | | bgpd: bgp_connected_delete needs to ensure dest is still thereDonald Sharp2023-09-111-1/+3
| * | | | | bgpd: bgp_cleanup_routes ensure dest is not freedDonald Sharp2023-09-111-3/+9
| * | | | | bgpd: bgp_evpn_es_route_del_all should not free dest until after loopingDonald Sharp2023-09-111-1/+3
| * | | | | bgpd: bgp_evpn_mh_route_delete should ensure dest is still usableDonald Sharp2023-09-111-1/+4
| * | | | | bgpd: delete_vin_type2_route may free destDonald Sharp2023-09-111-7/+14
| * | | | | bgpd: delete_evpn_route ensure that dest is not freed before usageDonald Sharp2023-09-111-1/+5
| * | | | | bgpd: evpn_cleanup_local_non_best_route could free destDonald Sharp2023-09-113-10/+16
| * | | | | bgpd: bgp_clear_adj_in|remove dest may be freedDonald Sharp2023-09-105-9/+18
* | | | | | Merge pull request #14410 from opensourcerouting/fix/keep_su_remote_localDonald Sharp2023-09-131-14/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | bgpd: Keep remote/local socket unions on BGP start eventDonatas Abraitis2023-09-131-14/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #14162 from opensourcerouting/feature/turn_on_nht_resolve_...Russ White2023-09-137-11/+74
|\ \ \ \ \
| * | | | | zebra: Show NHT resolve via default status on/offDonatas Abraitis2023-08-174-2/+32
| * | | | | zebra: Enable `nht resolve-via-default` by default for traditional profileDonatas Abraitis2023-08-173-9/+42
* | | | | | Merge pull request #14400 from louis-6wind/local-no-retainDonatas Abraitis2023-09-136-11/+807
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | topotests: check route import in bgp_vpnv4_noretainLouis Scalbert2023-09-125-9/+806
| * | | | | topotest: fix bgp_vpnv4_noretain test descriptionsLouis Scalbert2023-09-121-2/+2
| * | | | | bgpd: fix vpn import from local vrf with no retainLouis Scalbert2023-09-121-2/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #14404 from donaldsharp/snmp_mess_upsDonatas Abraitis2023-09-1316-31/+31
|\ \ \ \ \
| * | | | | tests: snmp tests sometimes fail with `Unable to bind`Donald Sharp2023-09-1216-31/+31
* | | | | | Merge pull request #14399 from opensourcerouting/fix/bgpd_handle_BGP_MAX_ATTRJafar Al-Gharaibeh2023-09-123-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bgpd: BGP_ATTR_MAX can be 255, allow using it for path attr discard/withdraw ...Donatas Abraitis2023-09-123-8/+8
| |/ / / /
* | | | | Merge pull request #14397 from manojvn/mgmt_sb_commandsDonald Sharp2023-09-121-0/+16
|\ \ \ \ \
| * | | | | mgmtd: support bundle commands for mgmt daemon.Manoj Naragund2023-09-121-0/+16
| |/ / / /
* | | | | Merge pull request #14237 from Keelan10/pbrd-map-leakRuss White2023-09-121-0/+5
|\ \ \ \ \
| * | | | | pbrd: Free Memory in pbr_map_deleteKeelan102023-09-051-0/+5