diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-08-11 15:43:05 -0300 |
---|---|---|
committer | Everton Marques <everton.marques@gmail.com> | 2009-10-02 10:44:30 -0300 |
commit | f1bad8260c8c9942057c569b2a1a687a92b54862 (patch) | |
tree | 64882cf02ab97e573fe7f174bb0e48f99aa2543f /lib/command.h | |
parent | 827341b797f602f4cd7932a777f819b530521b05 (diff) | |
download | quagga-f1bad8260c8c9942057c569b2a1a687a92b54862.tar.bz2 quagga-f1bad8260c8c9942057c569b2a1a687a92b54862.tar.xz |
[pim] Initial pim 0.155
Diffstat (limited to 'lib/command.h')
-rw-r--r-- | lib/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 1275efee..fe9c7cd1 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. * @@ -87,6 +88,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. */ |