From 391c7a3b18c4892313b793740ca3612a67a633d8 Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Fri, 14 Aug 2020 13:32:38 -0400 Subject: [PATCH] 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 --- lib/log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", '?'};