summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorStephen Worley <sworley@cumulusnetworks.com>2020-08-14 13:32:38 -0400
committerStephen Worley <sworley@cumulusnetworks.com>2020-09-28 12:41:00 -0400
commit391c7a3b18c4892313b793740ca3612a67a633d8 (patch)
tree2c41e4b8dd6898a825c755c46ae8b44695c4628f /lib/log.c
parent8f4d7212f5646d509744a0afc8bf739fd08e5f68 (diff)
lib: add proto NHG Notif header to log command types
Add the proto Nexthop Group Notify Owner header to the log command types for string conversion. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
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 91d325efb2..b629658f75 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -454,7 +454,8 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_OPAQUE_UNREGISTER),
DESC_ENTRY(ZEBRA_NEIGH_DISCOVER),
DESC_ENTRY(ZEBRA_NHG_ADD),
- DESC_ENTRY(ZEBRA_NHG_DEL)};
+ DESC_ENTRY(ZEBRA_NHG_DEL),
+ DESC_ENTRY(ZEBRA_NHG_NOTIFY_OWNER)};
#undef DESC_ENTRY
static const struct zebra_desc_table unknown = {0, "unknown", '?'};