summaryrefslogtreecommitdiffstats
path: root/lib/log.c
diff options
context:
space:
mode:
authorjardin <jardin>2003-12-23 08:56:18 +0000
committerjardin <jardin>2003-12-23 08:56:18 +0000
commitaccc3fe2638b3d69e6561171f2dd99f1afd83cf8 (patch)
treeca748729716d0511cdf96bb3fb48ce02a8b43586 /lib/log.c
parent07ce4061d272721d5b5bb15869150a159d34a7d8 (diff)
downloadquagga-accc3fe2638b3d69e6561171f2dd99f1afd83cf8.tar.bz2
quagga-accc3fe2638b3d69e6561171f2dd99f1afd83cf8.tar.xz
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.
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 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,
};