summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_evpn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Missed debug guard in zebra_evpn.cDonald Sharp2024-11-141-2/+3
* zebra: fix unguarded debug in evpn codeMark Stapp2024-11-131-1/+2
* zebra: use new per-NS iteration in zebra_evpnMark Stapp2024-10-281-140/+101
* zebra: unlock if_table route_nodesMark Stapp2024-09-201-0/+3
* zebra: Use more appropriately sized stream packets for evpnDonald Sharp2024-04-091-3/+3
* zebra: changes for code maintainabilitysri-mohan12024-02-261-88/+43
* zebra: Remove deprecated itemsDonald Sharp2024-02-201-9/+0
* *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-221-6/+3
* 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: fix for unexpected fdb entry showing up during ifdown/ifup eventssharathr2023-02-141-1/+54
* | zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy2023-02-141-2/+8
* | zebra: Handle vni determination for non-vlan-aware bridgesSharath Ramamurthy2023-02-141-7/+7
* | zebra: Refactoring changes for zebra_evpn_map_vlan zebra_evpn_from_svi and zl...Sharath Ramamurthy2023-02-141-44/+80
* | zebra: vxlan interface refactoring changesSharath Ramamurthy2023-02-141-1/+1
* | zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy2023-02-141-7/+4
* | zebra: data structure changes for single vxlan deviceSharath Ramamurthy2023-02-141-31/+42
|/
* zebra: fix JSON fields for show evpn vni detailPooja Jagadeesh Doijode2023-01-271-17/+38
* zebra: add some neigh del not found debugsStephen Worley2022-10-111-2/+7
* bgpd,zebra,lib: bgp evpn vni macip into two tablesStephen Worley2022-10-111-17/+41
* Zebra EVPN Debug: Fixing log flooding when disabling MLAG leaf configurationrvaratharaj2022-06-221-3/+4
* zebra: remove unnecessary check for "zevpn_vrf"anlan_cs2022-05-141-9/+2
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-2/+2
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+0
* zebra: use "assert" instead of unnecessary checkanlan_cs2022-03-301-15/+8
* zebra: minor changes on "zebra_evpn_mac_gw_macip_add" functionanlan_cs2022-02-191-4/+2
* zebra: Delay the usage of one variable until needanlan_cs2022-03-041-1/+1
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-4/+4
* zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-181-6/+4
* zebra: ignore sync updates from bgp if the dest ES is not readyAnuradha Karuppiah2021-10-151-2/+18
* 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-6/+6
* zebra: Convert to `struct zebra_vtep` as per our internal standardDonald Sharp2021-09-021-15/+17
* zebra: Convert to `struct zebra_evpn` as per our internal standardDonald Sharp2021-09-021-67/+70
* zebra: use more constMark Stapp2021-07-191-9/+11
* zebra: give some evpn apis better namesMark Stapp2021-07-191-6/+7
* bgpd, zebra: Add svi_interface to zebra VNI and bgp EVPN structuresAmeya Dharkar2021-06-081-4/+22
* zebra: fix style warnings in previous commitsDavid Lamparter2021-05-091-1/+2
* zebra: Add some ability to know what hash is for what vniDonald Sharp2021-05-051-2/+5
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* zebra: use printfrr exts in EVPN/VXLAN codeDavid Lamparter2021-03-141-24/+12
* zebra: fix problem with SVI MAC not being sent to BGPAnuradha Karuppiah2021-02-191-1/+1
* zebra: changes to advertise SVI mac by default if evpn-mh is enabledAnuradha Karuppiah2021-02-191-0/+2
* zebra: fix problem with SVI IP being advertised even if disabledAnuradha Karuppiah2021-02-191-5/+16
* zebra: accept bgp remote mac-ip update if the higher-seq-local mac is not bgp...Anuradha Karuppiah2020-12-211-1/+2
* zebra: clean zevpn references in the access bd database when the VNI is deletedAnuradha Karuppiah2020-12-211-0/+3
* zebra: Reduce warn -> debugDonald Sharp2020-12-011-1/+2
* zebra: replace inet_ntoaMark Stapp2020-10-221-12/+19
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-3/+1
* Merge pull request #7089 from pguibert6WIND/netns-refactorRuss White2020-09-181-65/+155
|\