From: Jon Date: Thu, 12 Feb 2009 01:19:07 +0000 (-0800) Subject: [ospf6] Add no router ospf6 X-Git-Tag: frr-2.0-rc1~2314 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6c19d26a019da198ea7e181731b8eb9553725f2d;p=matthieu%2Ffrr.git [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. --- diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index 609df41c14..2d4d3caf29 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);