summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_evpn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * zebra: support for macvlan interfacesPhilippe Guibert2020-09-111-21/+48
| * lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert2020-09-111-17/+19
| * zebra: local mac entries populated in correct netnamespacePhilippe Guibert2020-09-111-1/+5
| * zebra: when parsing local entry against dad, retrieve configPhilippe Guibert2020-09-111-1/+1
| * zebra: zvni_map_to_vlan() adaptation for all namespacesPhilippe Guibert2020-09-111-18/+47
| * zebra: zvni_map_to_svi() adaptation for other network namespacesPhilippe Guibert2020-08-181-10/+3
| * zebra: zvni_from_svi() adaptation for other network namespacesPhilippe Guibert2020-08-181-37/+72
* | zebra: re-name some mh functions to make the code more readableAnuradha Karuppiah2020-09-161-2/+2
|/
* zebra: extract core EVPN functions from zebra_vxlan.cPat Ruddy2020-08-121-6078/+147
* zebra: clone zebra_vxlan.c to zebra_evpn.cPat Ruddy2020-08-121-0/+7379