summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vxlan_private.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-07-24 17:55:08 +0200
committerGitHub <noreply@github.com>2018-07-24 17:55:08 +0200
commitbbc7adf1b4c9a7af4dbcd5c37200f6e02aeabc87 (patch)
tree278eb0aa23e4f4cf34170d768626b893c8c33999 /zebra/zebra_vxlan_private.h
parentMerge pull request #2707 from opensourcerouting/fix-srcdest-netlink-read (diff)
parentbgpd: support evpn nd ext community (diff)
downloadfrr-bbc7adf1b4c9a7af4dbcd5c37200f6e02aeabc87.tar.xz
frr-bbc7adf1b4c9a7af4dbcd5c37200f6e02aeabc87.zip
Merge pull request #2665 from chiragshah6/evpn_dev
bgpd: support evpn nd ext community
Diffstat (limited to 'zebra/zebra_vxlan_private.h')
-rw-r--r--zebra/zebra_vxlan_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_vxlan_private.h b/zebra/zebra_vxlan_private.h
index 354126ca5..e86967041 100644
--- a/zebra/zebra_vxlan_private.h
+++ b/zebra/zebra_vxlan_private.h
@@ -331,6 +331,7 @@ struct zebra_neigh_t_ {
#define ZEBRA_NEIGH_REMOTE 0x02
#define ZEBRA_NEIGH_REMOTE_NH 0x04 /* neigh entry for remote vtep */
#define ZEBRA_NEIGH_DEF_GW 0x08
+#define ZEBRA_NEIGH_ROUTER_FLAG 0x10
enum zebra_neigh_state state;