summaryrefslogtreecommitdiffstats
path: root/lib/log.c
diff options
context:
space:
mode:
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2020-02-06 18:30:56 +0100
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2020-02-14 18:18:30 +0100
commitd1a3e8df42574cf52d9baec77712acdfe06a63cb (patch)
tree40f4efffc6ebfbf2baa72d3a973e5340d1190b1d /lib/log.c
parentpimd: remove peerlink_rif from the orig-mroute OIL when it is oper down (diff)
downloadfrr-d1a3e8df42574cf52d9baec77712acdfe06a63cb.tar.xz
frr-d1a3e8df42574cf52d9baec77712acdfe06a63cb.zip
lib: add missing command DESC for MLAG messages
This string is used in some logging for e.g. in zclient_read - >>>>>>>>>>>>>>>>>>>>>>>>>> if (zclient_debug) zlog_debug("zclient 0x%p command %s VRF %u", (void *)zclient, zserv_command_string(command), vrf_id); >>>>>>>>>>>>>>>>>>>>>>>>>> Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r--lib/log.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index 7bf16a821..5240eeaf7 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -1092,6 +1092,11 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_VXLAN_SG_ADD),
DESC_ENTRY(ZEBRA_VXLAN_SG_DEL),
DESC_ENTRY(ZEBRA_VXLAN_SG_REPLAY),
+ DESC_ENTRY(ZEBRA_MLAG_PROCESS_UP),
+ DESC_ENTRY(ZEBRA_MLAG_PROCESS_DOWN),
+ DESC_ENTRY(ZEBRA_MLAG_CLIENT_REGISTER),
+ DESC_ENTRY(ZEBRA_MLAG_CLIENT_UNREGISTER),
+ DESC_ENTRY(ZEBRA_MLAG_FORWARD_MSG),
DESC_ENTRY(ZEBRA_ERROR),
DESC_ENTRY(ZEBRA_CLIENT_CAPABILITIES)};
#undef DESC_ENTRY