From accc3fe2638b3d69e6561171f2dd99f1afd83cf8 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.3