From: Denis Ovsienko Date: Sat, 21 Jan 2012 18:50:19 +0000 (+0400) Subject: lib: fix logging of ZEBRA_HELLO message X-Git-Tag: frr-2.0-rc1~1894 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4c78376f96cd2ca56f1c6476b76fd659654431f5;p=mirror%2Ffrr.git lib: fix logging of ZEBRA_HELLO message --- diff --git a/lib/log.c b/lib/log.c index 7edc5c4c55..3d905f4f54 100644 --- a/lib/log.c +++ b/lib/log.c @@ -843,6 +843,7 @@ static const struct zebra_desc_table command_types[] = { DESC_ENTRY (ZEBRA_ROUTER_ID_ADD), DESC_ENTRY (ZEBRA_ROUTER_ID_DELETE), DESC_ENTRY (ZEBRA_ROUTER_ID_UPDATE), + DESC_ENTRY (ZEBRA_HELLO), }; #undef DESC_ENTRY