summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-04 10:57:29 -0500
committerGitHub <noreply@github.com>2020-02-04 10:57:29 -0500
commita6bb6a1fe906cba30b6815a64577fa64964d61ab (patch)
treea593deae119bbd23f1aa159513301aa9b0f450f1 /lib/log.c
parent05d0c66d8faa313038475c3c50624313a4c9361e (diff)
parentb9e6727acd3b86a196d8bedc06e61b0b3ba8c47b (diff)
Merge pull request #5207 from Spantik/ZERBA_GR
Zebra: Adding GR infrastructure for clients.
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.c b/lib/log.c
index 798b776d00..d7034ce930 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -1094,7 +1094,7 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_VXLAN_SG_DEL),
DESC_ENTRY(ZEBRA_VXLAN_SG_REPLAY),
DESC_ENTRY(ZEBRA_ERROR),
-};
+ DESC_ENTRY(ZEBRA_CLIENT_CAPABILITIES)};
#undef DESC_ENTRY
static const struct zebra_desc_table unknown = {0, "unknown", '?'};