From 6c19d26a019da198ea7e181731b8eb9553725f2d Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 11 Feb 2009 17:19:07 -0800 Subject: [ospf6] Add no router ospf6 Suggestion: Makes no sense to me that the statement to remove ospf6 configuration is located in OSPF6D_NODE. Moved to CONFIG_NODE next to matching define command. --- ospf6d/ospf6_top.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ospf6d') diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index 609df41c..2d4d3caf 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -667,6 +667,7 @@ ospf6_top_init (void) install_element (VIEW_NODE, &show_ipv6_ospf6_cmd); install_element (ENABLE_NODE, &show_ipv6_ospf6_cmd); install_element (CONFIG_NODE, &router_ospf6_cmd); + install_element (CONFIG_NODE, &no_router_ospf6_cmd); install_element (VIEW_NODE, &show_ipv6_ospf6_route_cmd); install_element (VIEW_NODE, &show_ipv6_ospf6_route_detail_cmd); -- cgit v1.2.1