From 46d5d8ec829a3b2daba6fe86463ece550851fc38 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 8 Nov 2016 23:56:34 +0100 Subject: watchquagga: add ZLOG_WATCHQUAGGA watchquagga logs as "NONE", which will also become visible in vtysh for error messages. Add "WATCHQUAGGA" log target. Signed-off-by: David Lamparter --- lib/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/log.h') diff --git a/lib/log.h b/lib/log.h index d71b85df1a..feb1e1852d 100644 --- a/lib/log.h +++ b/lib/log.h @@ -59,6 +59,7 @@ typedef enum ZLOG_ISIS, ZLOG_PIM, ZLOG_RFP, + ZLOG_WATCHQUAGGA, } zlog_proto_t; /* If maxlvl is set to ZLOG_DISABLED, then no messages will be sent -- cgit v1.2.3