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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/log.c') diff --git a/lib/log.c b/lib/log.c index aedab3c6..5f6b32f5 100644 --- a/lib/log.c +++ b/lib/log.c @@ -37,6 +37,7 @@ const char *zlog_proto_names[] = "OSPF", "RIPNG", "OSPF6", + "ISIS", "MASC", NULL, }; -- cgit v1.2.1