summaryrefslogtreecommitdiffstats
path: root/lib/command.h
diff options
context:
space:
mode:
authorEverton Marques <everton.marques@gmail.com>2009-08-11 15:43:05 -0300
committerDavid Lamparter <equinox@opensourcerouting.org>2015-02-04 06:07:49 +0100
commit871dbcfede60a8d2d286728bcbd88f27c2035b87 (patch)
treef3188f3ab1c4856febf70647a32f6d854668aa50 /lib/command.h
parentb162ab753e70328cb6815e58b4bc5b03e9dd4f42 (diff)
downloadquagga-871dbcfede60a8d2d286728bcbd88f27c2035b87.tar.bz2
quagga-871dbcfede60a8d2d286728bcbd88f27c2035b87.tar.xz
[pim] Initial pim 0.155
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 8dc50d0d..5156dbf1 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -1,6 +1,7 @@
/*
* Zebra configuration command interface routine
* Copyright (C) 1997, 98 Kunihiro Ishiguro
+ * Portions Copyright (c) 2008 Everton da Silva Marques <everton.marques@gmail.com>
*
* This file is part of GNU Zebra.
*
@@ -88,6 +89,7 @@ enum node_type
OSPF_NODE, /* OSPF protocol mode */
OSPF6_NODE, /* OSPF protocol for IPv6 mode */
ISIS_NODE, /* ISIS protocol mode */
+ PIM_NODE, /* PIM protocol mode */
MASC_NODE, /* MASC for multicast. */
IRDP_NODE, /* ICMP Router Discovery Protocol mode. */
IP_NODE, /* Static ip route node. */