summaryrefslogtreecommitdiffstats
path: root/lib/log.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-09 21:34:10 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-09 21:34:10 +0200
commit695bb8f0d144def36295bd5af8b14fbf064b97b8 (patch)
tree97028e2e94fce440996a78d5e0500209260f6cac /lib/log.c
parentMerge pull request #926 from opensourcerouting/tcp-zebra (diff)
parentlib: some final MAC access-list fixes (diff)
downloadfrr-695bb8f0d144def36295bd5af8b14fbf064b97b8.tar.xz
frr-695bb8f0d144def36295bd5af8b14fbf064b97b8.zip
Merge branch 'frr/pull/822' ("EVPN fixes")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index 49351a065..5c89e7080 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -917,6 +917,7 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_GET_LABEL_CHUNK),
DESC_ENTRY(ZEBRA_RELEASE_LABEL_CHUNK),
DESC_ENTRY(ZEBRA_ADVERTISE_ALL_VNI),
+ DESC_ENTRY(ZEBRA_ADVERTISE_DEFAULT_GW),
DESC_ENTRY(ZEBRA_VNI_ADD),
DESC_ENTRY(ZEBRA_VNI_DEL),
DESC_ENTRY(ZEBRA_REMOTE_VTEP_ADD),