summaryrefslogtreecommitdiffstats
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>2017-11-07 10:52:23 +0100
committerMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>2017-12-14 19:57:08 +0100
commit90264d64ef4055f6584099467ad564d8325f9d13 (patch)
treeaecbd158e9e4bcdc895bcbabfc94194e974fb739 /lib/zebra.h
parentbgpd: distinguish between frr prefixlen and packet prefixlen for EVPN type-5 ... (diff)
downloadfrr-90264d64ef4055f6584099467ad564d8325f9d13.tar.xz
frr-90264d64ef4055f6584099467ad564d8325f9d13.zip
bgpd: process evpn type-5 routes received from peers
Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
Diffstat (limited to 'lib/zebra.h')
-rw-r--r--lib/zebra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 73b5f7058..1eb0c5625 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -409,7 +409,7 @@ extern const char *zserv_command_string(unsigned int command);
#define ZEBRA_FLAG_STATIC 0x40
#define ZEBRA_FLAG_SCOPE_LINK 0x100
#define ZEBRA_FLAG_FIB_OVERRIDE 0x200
-#define ZEBRA_FLAG_EVPN_TYPE2_ROUTE 0x400
+#define ZEBRA_FLAG_EVPN_ROUTE 0x400
/* ZEBRA_FLAG_BLACKHOLE was 0x04 */
/* ZEBRA_FLAG_REJECT was 0x80 */