mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 14:42:06 +00:00
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>
This commit is contained in:
parent
8f4d7212f5
commit
391c7a3b18
@ -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", '?'};
|
||||
|
Loading…
Reference in New Issue
Block a user