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/vty.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vty.c') diff --git a/lib/vty.c b/lib/vty.c index e429ef17..540f7b98 100644 --- a/lib/vty.c +++ b/lib/vty.c @@ -685,6 +685,7 @@ vty_end_config (struct vty *vty) case BGP_IPV4_NODE: case BGP_IPV4M_NODE: case BGP_IPV6_NODE: + case BGP_IPV6M_NODE: case RMAP_NODE: case OSPF_NODE: case OSPF6_NODE: -- cgit v1.2.1