summaryrefslogtreecommitdiff
path: root/zebra/zebra_evpn_mac.c
AgeCommit message (Expand)Author
2023-04-24zebra:fix evpn dup detected local mac del eventChirag Shah
2023-04-24zebra: evpn handle del event for dup detected macChirag Shah
2022-07-15zebra: correctly display one debug flag about ES Peeranlan_cs
2022-06-16zebra: adjust one variable nameanlan_cs
2022-05-13zebra: remove unnecessary check for "zevpn_vrf"anlan_cs
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-02pimd, zebra: Fix spelling of fowardingDonald Sharp
2022-03-24zebra: optimization on the mac addition for evpn-mhanlan_cs
2022-02-18zebra: minor changes on "zebra_evpn_mac_gw_macip_add" functionanlan_cs
2022-03-03zebra: fix crash in evpn neigh cleanup allChirag Shah
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-12-22zebra: cleanup checking zebra_evpn_mac_add function's return valueanlan_cs
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-18*: Remove unused variablesDonatas Abraitis
2021-11-18zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis
2021-11-04zebra: remove ifp reference against the macs before deleting the ifp->mac_listAnuradha Karuppiah
2021-10-15zebra: defer local MAC dataplane install on an ES till the ES-EVI is createdAnuradha Karuppiah
2021-09-02zebra: Convert to `struct zebra_neigh` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_mac` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_evpn` as per our internal standardDonald Sharp
2021-07-19zebra: use workqueue for vxlan remote macip updatesMark Stapp
2021-07-19zebra: use more constMark Stapp
2021-07-19zebra: give some evpn apis better namesMark Stapp
2021-05-05zebra: Reduce size of vni hash tables to a more reasonable start sizeDonald Sharp
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-14zebra: use printfrr exts in EVPN/VXLAN codeDavid Lamparter
2021-02-24zebra: del/add remote mac if there is a change from es->non-es dst and viceveraAnuradha Karuppiah
2021-02-24zebra: link local MACs to destination port for efficient lacp-bypass processingAnuradha Karuppiah
2021-02-24zebra: support for lacp bypass with EVPN MHAnuradha Karuppiah
2021-02-19zebra: fix problem with SVI MAC not being sent to BGPAnuradha Karuppiah
2021-02-19zebra: changes to advertise SVI mac by default if evpn-mh is enabledAnuradha Karuppiah
2021-02-03zebra: resolve multiple functions for local MAC deletePat Ruddy
2021-01-13zebra: in zebra_evpn_mac.c use size_t for buffer lengthDonald Sharp
2021-01-13zebra: Create a dump function for mac->flags and use itDonald Sharp
2021-01-13zebra: Create function to dump MACIP flagsDonald Sharp
2020-12-21zebra: accept bgp remote mac-ip update if the higher-seq-local mac is not bgp...Anuradha Karuppiah
2020-12-21zebra: fix a problem with local MAC pointing to a remote ESAnuradha Karuppiah
2020-12-01zebra: debug logs to detect incorrect mac deletionsAnuradha Karuppiah
2020-12-01zebra: support for slow-failover of local MACs on an ESAnuradha Karuppiah
2020-12-01zebra: on local mac add from the dplane a re-install maybe need as staticAnuradha Karuppiah
2020-12-01zebra: set inactive bit when zebra re-installs the MAC on dplane delAnuradha Karuppiah
2020-12-01zebra: remove FDB entries before de-activating a L2-NHGAnuradha Karuppiah
2020-11-24zebra: Keep DAD disabled if EVPN MH is turned onAnuradha Karuppiah
2020-10-26zebra: Add uptime to `show evpn mac vni ... detail`Donald Sharp
2020-10-22zebra: replace inet_ntoaMark Stapp
2020-09-18Merge pull request #7089 from pguibert6WIND/netns-refactorRuss White
2020-09-15zebra: dup detected mac avoid update to bgpdChirag Shah
2020-08-18zebra: add ns_id attribute to mac structurePhilippe Guibert
2020-08-12zebra: clean up SA warning in EVPN codePat Ruddy