summaryrefslogtreecommitdiff
path: root/zebra/zebra_evpn.c
AgeCommit message (Expand)Author
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13zebra: fix for unexpected fdb entry showing up during ifdown/ifup eventssharathr
2023-02-13zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy
2023-02-13zebra: Handle vni determination for non-vlan-aware bridgesSharath Ramamurthy
2023-02-13zebra: Refactoring changes for zebra_evpn_map_vlan zebra_evpn_from_svi and zl...Sharath Ramamurthy
2023-02-13zebra: vxlan interface refactoring changesSharath Ramamurthy
2023-02-13zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy
2023-02-13zebra: data structure changes for single vxlan deviceSharath Ramamurthy
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-27zebra: fix JSON fields for show evpn vni detailPooja Jagadeesh Doijode
2022-10-11zebra: add some neigh del not found debugsStephen Worley
2022-10-11bgpd,zebra,lib: bgp evpn vni macip into two tablesStephen Worley
2022-06-21Zebra EVPN Debug: Fixing log flooding when disabling MLAG leaf configurationrvaratharaj
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-03-30zebra: use "assert" instead of unnecessary checkanlan_cs
2022-02-18zebra: minor changes on "zebra_evpn_mac_gw_macip_add" functionanlan_cs
2022-03-05zebra: Delay the usage of one variable until needanlan_cs
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-18zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis
2021-10-15zebra: ignore sync updates from bgp if the dest ES is not readyAnuradha 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_vtep` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_evpn` as per our internal standardDonald Sharp
2021-07-19zebra: use more constMark Stapp
2021-07-19zebra: give some evpn apis better namesMark Stapp
2021-06-07bgpd, zebra: Add svi_interface to zebra VNI and bgp EVPN structuresAmeya Dharkar
2021-05-09zebra: fix style warnings in previous commitsDavid Lamparter
2021-05-05zebra: Add some ability to know what hash is for what vniDonald 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-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-19zebra: fix problem with SVI IP being advertised even if disabledAnuradha Karuppiah
2020-12-21zebra: accept bgp remote mac-ip update if the higher-seq-local mac is not bgp...Anuradha Karuppiah
2020-12-21zebra: clean zevpn references in the access bd database when the VNI is deletedAnuradha Karuppiah
2020-11-30zebra: Reduce warn -> debugDonald Sharp
2020-10-22zebra: replace inet_ntoaMark Stapp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-09-18Merge pull request #7089 from pguibert6WIND/netns-refactorRuss White
2020-09-15zebra: re-name some mh functions to make the code more readableAnuradha Karuppiah
2020-09-11zebra: support for macvlan interfacesPhilippe Guibert
2020-09-11lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert
2020-09-11zebra: local mac entries populated in correct netnamespacePhilippe Guibert
2020-09-11zebra: when parsing local entry against dad, retrieve configPhilippe Guibert
2020-09-11zebra: zvni_map_to_vlan() adaptation for all namespacesPhilippe Guibert
2020-08-18zebra: zvni_map_to_svi() adaptation for other network namespacesPhilippe Guibert