summaryrefslogtreecommitdiff
path: root/zebra/zebra_vxlan.c
diff options
context:
space:
mode:
authorPat Ruddy <pat@voltanet.io>2020-04-27 11:15:35 +0100
committerPat Ruddy <pat@voltanet.io>2020-08-12 12:39:34 +0100
commit6006414dc9a0bcd8fe33a05537adaaf3d998afe4 (patch)
treeaeada90a4ac12353afc5d2d8f87180aa51e61a12 /zebra/zebra_vxlan.c
parent33064a628995be4083012023e7d30192447b3ba6 (diff)
zebra: clone zebra_vxlan.c to zebra_evpn.c
clone zebra_vxlan.c to create a file zebra_evpn.c for core EVPN functions whilst retaining the history of zebra_vxlan.c Signed-off-by: Pat Ruddy <pat@voltanet.io>
Diffstat (limited to 'zebra/zebra_vxlan.c')
-rw-r--r--zebra/zebra_vxlan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_vxlan.c b/zebra/zebra_vxlan.c
index 220f1080fb..b014034d6f 100644
--- a/zebra/zebra_vxlan.c
+++ b/zebra/zebra_vxlan.c
@@ -55,6 +55,7 @@
#include "zebra/zebra_vxlan_private.h"
#include "zebra/zebra_evpn_mh.h"
#include "zebra/zebra_router.h"
+//comment for cloning
DEFINE_MTYPE_STATIC(ZEBRA, HOST_PREFIX, "host prefix");
DEFINE_MTYPE_STATIC(ZEBRA, ZEVPN, "EVPN hash");