summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2012-01-21 22:50:19 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2012-02-21 21:34:21 +0400
commit4c78376f96cd2ca56f1c6476b76fd659654431f5 (patch)
tree1019b6adbea4ef0305c9574a9588e20345539028 /lib/log.c
parente854095932260b3e6187902aa9a7baa0e96b9428 (diff)
lib: fix logging of ZEBRA_HELLO message
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index 7edc5c4c..3d905f4f 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