summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_evpn_mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* zebra: use printfrr exts in EVPN/VXLAN codeDavid Lamparter2021-03-141-119/+66
* zebra: del/add remote mac if there is a change from es->non-es dst and viceveraAnuradha Karuppiah2021-02-241-0/+11
* zebra: link local MACs to destination port for efficient lacp-bypass processingAnuradha Karuppiah2021-02-241-5/+104
* zebra: support for lacp bypass with EVPN MHAnuradha Karuppiah2021-02-241-18/+26
* zebra: fix problem with SVI MAC not being sent to BGPAnuradha Karuppiah2021-02-191-4/+21
* zebra: changes to advertise SVI mac by default if evpn-mh is enabledAnuradha Karuppiah2021-02-191-2/+53
* zebra: resolve multiple functions for local MAC deletePat Ruddy2021-02-031-25/+8
* zebra: in zebra_evpn_mac.c use size_t for buffer lengthDonald Sharp2021-01-131-1/+1
* zebra: Create a dump function for mac->flags and use itDonald Sharp2021-01-131-77/+222
* zebra: Create function to dump MACIP flagsDonald Sharp2021-01-131-3/+9
* zebra: accept bgp remote mac-ip update if the higher-seq-local mac is not bgp...Anuradha Karuppiah2020-12-211-30/+18
* zebra: fix a problem with local MAC pointing to a remote ESAnuradha Karuppiah2020-12-211-2/+2
* zebra: debug logs to detect incorrect mac deletionsAnuradha Karuppiah2020-12-011-0/+8
* zebra: support for slow-failover of local MACs on an ESAnuradha Karuppiah2020-12-011-22/+36
* zebra: on local mac add from the dplane a re-install maybe need as staticAnuradha Karuppiah2020-12-011-6/+5
* zebra: set inactive bit when zebra re-installs the MAC on dplane delAnuradha Karuppiah2020-12-011-2/+2
* zebra: remove FDB entries before de-activating a L2-NHGAnuradha Karuppiah2020-12-011-4/+10
* zebra: Keep DAD disabled if EVPN MH is turned onAnuradha Karuppiah2020-11-241-1/+1
* zebra: Add uptime to `show evpn mac vni ... detail`Donald Sharp2020-10-261-2/+13
* zebra: replace inet_ntoaMark Stapp2020-10-221-13/+20
* Merge pull request #7089 from pguibert6WIND/netns-refactorRuss White2020-09-181-1/+15
|\
| * zebra: add ns_id attribute to mac structurePhilippe Guibert2020-08-181-1/+15
* | zebra: dup detected mac avoid update to bgpdChirag Shah2020-09-161-1/+3
|/
* zebra: clean up SA warning in EVPN codePat Ruddy2020-08-121-0/+1
* zebra: extract core EVPN functions from zebra_vxlan.cPat Ruddy2020-08-121-1/+1
* zebra: extract gateway mac add from zebra_vxlan.cPat Ruddy2020-08-121-0/+32
* zebra: extract local mac del from zebra_vxlan.cPat Ruddy2020-08-121-0/+79
* zebra: extract local mac add code from vxlanPat Ruddy2020-08-121-8/+248
* zebra: split out mac_add code from process_remote_macip_addPat Ruddy2020-08-121-0/+174
* zebra: extract evpn mac functions from zebra_vxlan.cPat Ruddy2020-08-121-10988/+531
* zebra: clone zebra_vxlan.c to zebra_evpn_mac.cPat Ruddy2020-08-121-0/+12162