diff options
author | David Lamparter <equinox@diac24.net> | 2010-02-04 03:41:06 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2010-02-04 03:41:06 +0100 |
commit | 447a9a8dbde95fc6ce92691491ac193f0199e2cd (patch) | |
tree | 4bfce47ead136e60cc91df50c3e79e75ddd4c83d /lib/log.c | |
parent | 08e2c2ee9044a14f2cd9d382eec8f96189520160 (diff) | |
parent | 168595ff42c4046167b0fbae2770c037c854abd0 (diff) | |
download | quagga-447a9a8dbde95fc6ce92691491ac193f0199e2cd.tar.bz2 quagga-447a9a8dbde95fc6ce92691491ac193f0199e2cd.tar.xz |
Merge branch 'merged/pimd' into dn42
Conflicts:
lib/route_types.txt
Diffstat (limited to 'lib/log.c')
-rw-r--r-- | lib/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. * @@ -52,6 +53,7 @@ const char *zlog_proto_names[] = "RIPNG", "OSPF6", "ISIS", + "PIM", "MASC", NULL, }; |