summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authormitesh <mitesh@cumulusnetworks.com>2018-04-13 15:01:12 -0700
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-05-30 07:48:20 -0400
commit50f74cf1310572457f742f630c43aaba9b8f2c17 (patch)
tree495844a44ec1e532eb06c25201e8412d2fd46abd /lib/log.c
parent68542a6da651a4a3f5d280482313f14508618c43 (diff)
*: support for evpn type-4 route
Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index dbfc95da86..1345ff2fd1 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -945,6 +945,8 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_ADVERTISE_ALL_VNI),
DESC_ENTRY(ZEBRA_ADVERTISE_DEFAULT_GW),
DESC_ENTRY(ZEBRA_ADVERTISE_SUBNET),
+ DESC_ENTRY(ZEBRA_LOCAL_ES_ADD),
+ DESC_ENTRY(ZEBRA_LOCAL_ES_DEL),
DESC_ENTRY(ZEBRA_VNI_ADD),
DESC_ENTRY(ZEBRA_VNI_DEL),
DESC_ENTRY(ZEBRA_L3VNI_ADD),