summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-08-13 09:47:52 -0400
committerGitHub <noreply@github.com>2020-08-13 09:47:52 -0400
commitefe57f87dee9ad306316fc57b994f565495982f6 (patch)
tree48cc4c18c14aba8d02308ebbe8dcc0c8d11b3f22 /lib/log.c
parente11baa4c72974c851a522a6f301efdd14ba2045c (diff)
parentaa530b627de8d1d8c11e4455f3e97a8c2e045281 (diff)
Merge pull request #6869 from xThaid/zebra_arp
lib, zebra: add support for sending ARP requests
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/log.c b/lib/log.c
index 202d6d858f..4054185019 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -451,7 +451,8 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_CLIENT_CAPABILITIES),
DESC_ENTRY(ZEBRA_OPAQUE_MESSAGE),
DESC_ENTRY(ZEBRA_OPAQUE_REGISTER),
- DESC_ENTRY(ZEBRA_OPAQUE_UNREGISTER)};
+ DESC_ENTRY(ZEBRA_OPAQUE_UNREGISTER),
+ DESC_ENTRY(ZEBRA_NEIGH_DISCOVER)};
#undef DESC_ENTRY
static const struct zebra_desc_table unknown = {0, "unknown", '?'};