summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_evpn_mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: use "get" naming for bgp accept lower knobStephen Worley2022-11-011-1/+1
* bgpd,zebra,lib: bgp evpn vni macip into two tablesStephen Worley2022-10-111-75/+56
* zebra: special sync routes lower seq handlingStephen Worley2022-10-111-1/+14
* zebra: add knob to accept lower seq in evpnStephen Worley2022-10-071-11/+6
* zebra: correctly display one debug flag about ES Peeranlan_cs2022-07-161-2/+3
* zebra: adjust one variable nameanlan_cs2022-06-161-4/+4
* zebra: remove unnecessary check for "zevpn_vrf"anlan_cs2022-05-141-3/+0
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-3/+3
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+0
* pimd, zebra: Fix spelling of fowardingDonald Sharp2022-04-021-1/+1
* zebra: optimization on the mac addition for evpn-mhanlan_cs2022-03-241-6/+7
* zebra: minor changes on "zebra_evpn_mac_gw_macip_add" functionanlan_cs2022-02-191-9/+8
* zebra: fix crash in evpn neigh cleanup allChirag Shah2022-03-031-8/+20
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-11/+7
* zebra: cleanup checking zebra_evpn_mac_add function's return valueanlan_cs2021-12-231-23/+1
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-2/+2
* *: Remove unused variablesDonatas Abraitis2021-11-181-2/+1
* zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-181-8/+4
* zebra: remove ifp reference against the macs before deleting the ifp->mac_listAnuradha Karuppiah2021-11-041-13/+19
* zebra: defer local MAC dataplane install on an ES till the ES-EVI is createdAnuradha Karuppiah2021-10-151-0/+19
* zebra: Convert to `struct zebra_neigh` as per our internal standardDonald Sharp2021-09-021-3/+3
* zebra: Convert to `struct zebra_mac` as per our internal standardDonald Sharp2021-09-021-67/+70
* zebra: Convert to `struct zebra_evpn` as per our internal standardDonald Sharp2021-09-021-30/+29
* zebra: use workqueue for vxlan remote macip updatesMark Stapp2021-07-191-1/+2
* zebra: use more constMark Stapp2021-07-191-19/+22
* zebra: give some evpn apis better namesMark Stapp2021-07-191-5/+5
* zebra: Reduce size of vni hash tables to a more reasonable start sizeDonald Sharp2021-05-051-1/+1
* 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