summaryrefslogtreecommitdiff
path: root/zebra/zebra_vxlan_private.h
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2018-11-04 08:20:11 -0800
committerChirag Shah <chirag@cumulusnetworks.com>2018-11-17 19:22:17 -0800
commitc80a972c9a09b8740e4edaae60fb8ebed938b73d (patch)
tree8d1ef9b5482c19a91907454d7eeffb3e3cc9052f /zebra/zebra_vxlan_private.h
parente22a946a89579a5d73bcaf5eb10eb1b830a2419e (diff)
zebra: dup addr detect freeze action
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_vxlan_private.h')
-rw-r--r--zebra/zebra_vxlan_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_vxlan_private.h b/zebra/zebra_vxlan_private.h
index be48a70ead..ca1c25e2ac 100644
--- a/zebra/zebra_vxlan_private.h
+++ b/zebra/zebra_vxlan_private.h
@@ -343,6 +343,8 @@ struct zebra_neigh_t_ {
/* Underlying interface. */
ifindex_t ifindex;
+ zebra_vni_t *zvni;
+
uint32_t flags;
#define ZEBRA_NEIGH_LOCAL 0x01
#define ZEBRA_NEIGH_REMOTE 0x02