From 9e867fe663c4eb43c36f35067c0dd092e8c83c14 Mon Sep 17 00:00:00 2001 From: jardin Date: Tue, 23 Dec 2003 08:56:18 +0000 Subject: Merge isisd into the Quagga's framework: - add privs support - use misc quagga's definitions - make it compile"able" - fix segfault cases related to hostname() - add debug isis xxx command This patch has been approved by Paul Jakma. --- 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 69919b49..8948ea00 100644 --- a/lib/log.h +++ b/lib/log.h @@ -47,6 +47,7 @@ typedef enum ZLOG_OSPF, ZLOG_RIPNG, ZLOG_OSPF6, + ZLOG_ISIS, ZLOG_MASC } zlog_proto_t; -- cgit v1.2.3