summaryrefslogtreecommitdiffstats
path: root/lib/command.h
diff options
context:
space:
mode:
authorpaul <paul>2005-08-22 22:39:56 +0000
committerpaul <paul>2005-08-22 22:39:56 +0000
commite7d4bc833d2b0a349c982f609fcf4a36aa806367 (patch)
treedba216bbd93e67717ca1079fb97109179ef2e0c8 /lib/command.h
parent6b0f3519769ae8edf81f2bcf4d378bb8108b3007 (diff)
downloadquagga-e7d4bc833d2b0a349c982f609fcf4a36aa806367.tar.bz2
quagga-e7d4bc833d2b0a349c982f609fcf4a36aa806367.tar.xz
2005-08-22 Hugo Santos <hsantos@av.it.pt>
* command.h: (enum node_type) Add BGP_IPV6M_NODE * command.c: (node_parent) Handle BGP_IPV6M_NODE node (config_exit, config_end) ditto * vty.c: (vty_end_config) Handle BGP_IPV6M_NODE node
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 5328888a..02d96a42 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -81,6 +81,7 @@ enum node_type
BGP_IPV4_NODE, /* BGP IPv4 unicast address family. */
BGP_IPV4M_NODE, /* BGP IPv4 multicast address family. */
BGP_IPV6_NODE, /* BGP IPv6 address family */
+ BGP_IPV6M_NODE, /* BGP IPv6 multicast address family. */
OSPF_NODE, /* OSPF protocol mode */
OSPF6_NODE, /* OSPF protocol for IPv6 mode */
ISIS_NODE, /* ISIS protocol mode */