summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_evpn_mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra:check DAD freeze action before notifying bgpChirag Shah2024-12-301-5/+8
* zebra: Reset MAC's remote sequence number appropriatelyvivek2024-12-091-0/+2
* zebra: In zebra_evpn_mac.c remove bad commentsDonald Sharp2024-09-181-31/+15
* zebra: Reindent some badly formatted functions in zebra_evpn_mac.cDonald Sharp2024-09-181-61/+63
* zebra: Reframe zebra_evpn_mac.c to be properly formattedDonald Sharp2024-09-181-337/+440
* zebra: Use more appropriately sized stream packets for evpnDonald Sharp2024-04-091-1/+1
* zebra: changes for code maintainabilitysri-mohan12024-02-281-333/+193
* zebra:fix evpn dup detected local mac del eventChirag Shah2023-04-211-4/+3
* zebra: evpn handle del event for dup detected macChirag Shah2023-04-211-2/+12
* zebra: evpn mh sync mac install as inactiveChirag Shah2023-04-141-3/+6
* zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp2023-03-281-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-5/+5
* lib, zebra: Convert THREAD_TIMER_STRLEN to EVENT_TIMER_STRLENDonald Sharp2023-03-241-1/+1
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-6/+6
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-6/+6
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-17/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-17/+1
* | zebra: vxlan interface refactoring changesSharath Ramamurthy2023-02-141-0/+2
* | zebra: single vxlan device dataplace vni update changesSharath Ramamurthy2023-02-141-2/+3
* | zebra: data structure changes for single vxlan deviceSharath Ramamurthy2023-02-141-7/+14
|/
* zebra: Evpn mac vni detail show commandPooja Jagadeesh Doijode2023-01-041-4/+14
* 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