summaryrefslogtreecommitdiff
path: root/bgpd/bgp_mac.c
AgeCommit message (Expand)Author
2024-08-26bgpd: fix labels static-analyserLouis Scalbert
2024-08-11bgpd: Move evpn_overlay to a pointerDonatas Abraitis
2024-06-05bgpd: move labels from extra to extra->labelsLouis Scalbert
2024-06-05bgpd: store number of labels with 8 bitsLouis Scalbert
2024-06-05bgpd: add bgp_path_info_num_labels()Louis Scalbert
2023-09-10bgpd: peer_established should be connection orientedDonald Sharp
2023-05-30bgpd: only rescan EVPN tables if self-mac changesTrey Aspelund
2023-05-10bgpd: Cosmetic change for mac checkanlan_cs
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-30bgpd: bgp_update and bgp_withdraw never return failuresDonald Sharp
2022-11-08bgpd: Make calling bgp_soft_reconfig_in consistentDonald Sharp
2021-06-07bgpd: Generate and advertise gateway IP overlay index with EVPN RT-5Ameya Dharkar
2021-06-07bgpd: Convert to using peer_established(peer) functionDonald Sharp
2020-11-15bgpd: Convert attr->evpn_overlay to accessor functionsDonald Sharp
2020-11-12bgpd: Shorten some `show memory` stringsDonald Sharp
2020-06-23bgp: rename bgp_node to bgp_destDonald Sharp
2020-03-26bgpd: Convert users of `rn->p` to use accessor functionDonald Sharp
2020-03-24bgpd: Rework code to use `const struct prefix`Donald Sharp
2019-10-31bgpd: Prevent usage after free in bgp_mac.cDonald Sharp
2019-06-20Merge pull request #4470 from donaldsharp/bgp_mac_rescanSri Mohana Singamsetty
2019-06-18Merge pull request #4513 from chiragshah6/evpn_dev1Sri Mohana Singamsetty
2019-06-18bgpd: Remove unused count variable in mac_rescan_table functionDonald Sharp
2019-06-18bgpd: Mac rescan on interface up/down efficency improvementsDonald Sharp
2019-06-17bgpd: Fix memleak of Mac Hash String upon insertionDonald Sharp
2019-06-12bgpd: skip evpn remove marked routes from rescanChirag Shah
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-03-04bgpd: parse and comapre rmac attr against self macChirag Shah
2019-02-25*: Rename backet to bucketTim Bray
2018-12-12bgpd: Add code to reject mac's and to rescan tableDonald Sharp
2018-12-12bgpd: Add code to track the addition/removal of mac addressesDonald Sharp
2018-12-12bgpd: Add code to dump the forthcoming mac hashDonald Sharp