summaryrefslogtreecommitdiffstats
path: root/lib/log.c
diff options
context:
space:
mode:
authorEverton Marques <everton.marques@gmail.com>2009-08-11 15:43:05 -0300
committerEverton Marques <everton.marques@gmail.com>2009-10-02 10:44:30 -0300
commitf1bad8260c8c9942057c569b2a1a687a92b54862 (patch)
tree64882cf02ab97e573fe7f174bb0e48f99aa2543f /lib/log.c
parent827341b797f602f4cd7932a777f819b530521b05 (diff)
downloadquagga-f1bad8260c8c9942057c569b2a1a687a92b54862.tar.bz2
quagga-f1bad8260c8c9942057c569b2a1a687a92b54862.tar.xz
[pim] Initial pim 0.155
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index 0c2f655b..b626170a 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -3,6 +3,7 @@
*
* Logging of zebra
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
+ * Portions Copyright (c) 2008 Everton da Silva Marques <everton.marques@gmail.com>
*
* This file is part of GNU Zebra.
*
@@ -50,6 +51,7 @@ const char *zlog_proto_names[] =
"RIPNG",
"OSPF6",
"ISIS",
+ "PIM",
"MASC",
NULL,
};