zebra: clone zebra_vxlan.c to zebra_evpn_mac.c

clone zebra_vxlan.c to create a file zebra_evpn_mac.c for MAC dB
functions whilst retaining the history of zebra_vxlan.c

Signed-off-by: Pat Ruddy <pat@voltanet.io>
This commit is contained in:
Pat Ruddy 2020-04-21 15:12:09 +01:00
parent 87d76d5403
commit 24268cd07e
2 changed files with 12163 additions and 0 deletions

12162
zebra/zebra_evpn_mac.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -52,6 +52,7 @@
#include "zebra/zebra_vxlan_private.h"
#include "zebra/zebra_evpn_mh.h"
#include "zebra/zebra_router.h"
//commment for cloning
DEFINE_MTYPE_STATIC(ZEBRA, HOST_PREFIX, "host prefix");
DEFINE_MTYPE_STATIC(ZEBRA, ZEVPN, "EVPN hash");