diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2020-08-14 13:32:38 -0400 |
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2020-09-28 12:41:00 -0400 |
| commit | 391c7a3b18c4892313b793740ca3612a67a633d8 (patch) | |
| tree | 2c41e4b8dd6898a825c755c46ae8b44695c4628f /lib/log.c | |
| parent | 8f4d7212f5646d509744a0afc8bf739fd08e5f68 (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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", '?'}; |
