summaryrefslogtreecommitdiffstats
path: root/lib/log.h
diff options
context:
space:
mode:
authorjardin <jardin>2003-12-23 08:56:18 +0000
committerjardin <jardin>2003-12-23 08:56:18 +0000
commit9e867fe663c4eb43c36f35067c0dd092e8c83c14 (patch)
treef29461b6a2dc8c38037dc0cf91e70392f9ed4ab2 /lib/log.h
parenteb5d44eb8dcf25a1b328e57d1eabb1f89e3bc59b (diff)
downloadquagga-9e867fe663c4eb43c36f35067c0dd092e8c83c14.tar.bz2
quagga-9e867fe663c4eb43c36f35067c0dd092e8c83c14.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.h')
-rw-r--r--lib/log.h1
1 files changed, 1 insertions, 0 deletions
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;