From 1e83659026e5b9c5876273c83e86fd229dd98c88 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 22 Aug 2005 22:39:56 +0000 Subject: 2005-08-22 Hugo Santos * 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 --- lib/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/command.h') 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 */ -- cgit v1.2.1