summaryrefslogtreecommitdiff
path: root/bgpd/bgp_evpn.c
AgeCommit message (Expand)Author
2023-12-05bgpd: check bgp evpn instance presence in sooChirag Shah
2023-11-30bgpd: lttng tp add evpn route eventsChirag Shah
2023-11-30bgpd: aggr summary-only suppressed export to evpnChirag Shah
2023-09-19bgpd: Make debug a passed in variable for bgp_evpn_path_info_cmpDonald Sharp
2023-09-11bgpd: Ensure debug is printed before possible dest freed in install_evpn_rout...Donald Sharp
2023-09-11bgpd: ensure delete_all_vni_routes does not free destDonald Sharp
2023-09-11bgpd: delete_vin_type2_route may free destDonald Sharp
2023-09-11bgpd: delete_evpn_route ensure that dest is not freed before usageDonald Sharp
2023-09-11bgpd: evpn_cleanup_local_non_best_route could free destDonald Sharp
2023-08-22bgpd: Convert from struct bgp_node to struct bgp_destYuqing Zhao
2023-08-18bgpd: Convert `struct peer_connection` to dynamically allocatedDonald Sharp
2023-08-18bgpd: Move status and ostatus to `struct peer_connection`Donald Sharp
2023-08-11bgpd: evpn code was not properly unlocking rd_destDonald Sharp
2023-08-08bgpd: bgp_path_info_extra memory optimizationValerian_He
2023-07-07bgpd: fix evpn zclient_send_message return codeChirag Shah
2023-06-20Merge pull request #13557 from anlancs/fix/bgpd-evpn-rmac-best-pathRuss White
2023-06-03bgpd: Fix missing deletion of evpn routesanlan_cs
2023-05-30bgpd: add EVPN reimport handler for martian changeTrey Aspelund
2023-05-30bgpd: generalize EVPN martian nexthop changesTrey Aspelund
2023-05-30bgpd: track L3VNI VTEP-IPs in tip_hashTrey Aspelund
2023-05-30bgpd: Add MAC-VRF Site-of-Origin supportTrey Aspelund
2023-05-30bgpd: migrate MTYPE_BGP_EVPN_INFOTrey Aspelund
2023-04-25Merge pull request #13310 from opensourcerouting/feature/bgpd_node_target_ext...Russ White
2023-04-14bgpd: Reuse encode_route_target_ip() functionDonatas Abraitis
2023-04-13bgpd: Simplify the checking local pathanlan_cs
2023-04-10bgpd: Do not allow l3vni changes when shutting downDonald Sharp
2023-04-06bgpd: Treat withdraw variable as a boolDonald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-03-14bgpd: Drop afi_t from bgp_evpn_global_node_lookup()Donatas Abraitis
2023-03-14bgpd: Rename bgp_afi_node_lookup() to bgp_safi_node_lookup()Donatas Abraitis
2023-02-24bgpd: attr evpn attributes should be modified before interning attrPhilippe Guibert
2023-02-21Merge pull request #12854 from opensourcerouting/fix/bgp_withdraw_attr_not_usedRuss White
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-21bgpd: Drop struct attr from bgp_withdraw()Donatas Abraitis
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13bgpd: add mpath label stack helper functions for dvniStephen Worley
2023-02-10bgpd: store the route-distinguisher from config as a stringPhilippe Guibert
2023-02-10bgpd: add as-notation keyword to 'router bgp' vty commandPhilippe Guibert
2023-02-10bgpd: store the bgp as identifier in the configured as-notationPhilippe Guibert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31bgpd: Add missing enum's to case statementDonald Sharp
2023-01-30bgpd: bgp_update and bgp_withdraw never return failuresDonald Sharp
2023-01-27bgpd: move tunnel-ip comparison into handlerTrey Aspelund
2023-01-27bgpd: only unimport routes if tunnel-ip changesTrey Aspelund
2023-01-24Merge pull request #12647 from anlancs/fix/bgpd-type-2Russ White
2023-01-17bgpd: cosmetic changes for debuganlan_cs
2023-01-04bgpd: remove one EC loganlan_cs
2022-12-15bgpd: cleanup macip_path_list for remote macipTrey Aspelund
2022-11-17Merge pull request #12081 from sworleys/EMM-upstreamDonatas Abraitis
2022-10-18Merge pull request #8647 from sworleys/DVNI-Config-ChangesDonatas Abraitis