summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Generate and advertise gateway IP overlay index with EVPN RT-5Ameya Dharkar2021-06-081-2/+2
* bgpd: Convert to using peer_established(peer) functionDonald Sharp2021-06-071-1/+1
* bgpd: Convert attr->evpn_overlay to accessor functionsDonald Sharp2020-11-151-3/+4
* bgpd: Shorten some `show memory` stringsDonald Sharp2020-11-121-1/+1
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-231-19/+22
* bgpd: Convert users of `rn->p` to use accessor functionDonald Sharp2020-03-261-6/+8
* bgpd: Rework code to use `const struct prefix`Donald Sharp2020-03-241-3/+3
* bgpd: Prevent usage after free in bgp_mac.cDonald Sharp2019-11-011-1/+3
* Merge pull request #4470 from donaldsharp/bgp_mac_rescanSri Mohana Singamsetty2019-06-201-13/+33
|\
| * bgpd: Remove unused count variable in mac_rescan_table functionDonald Sharp2019-06-181-2/+0
| * bgpd: Mac rescan on interface up/down efficency improvementsDonald Sharp2019-06-181-11/+33
* | Merge pull request #4513 from chiragshah6/evpn_dev1Sri Mohana Singamsetty2019-06-181-0/+18
|\ \
| * | bgpd: skip evpn remove marked routes from rescanChirag Shah2019-06-131-0/+18
| |/
* / bgpd: Fix memleak of Mac Hash String upon insertionDonald Sharp2019-06-181-1/+3
|/
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* bgpd: parse and comapre rmac attr against self macChirag Shah2019-03-041-6/+27
* *: Rename backet to bucketTim Bray2019-02-251-4/+4
* bgpd: Add code to reject mac's and to rescan tableDonald Sharp2018-12-121-4/+127
* bgpd: Add code to track the addition/removal of mac addressesDonald Sharp2018-12-121-0/+132
* bgpd: Add code to dump the forthcoming mac hashDonald Sharp2018-12-121-0/+99