summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_top.c
diff options
context:
space:
mode:
authorJon <jonirucoeith@gmail.com>2009-02-11 17:19:07 -0800
committerPaul Jakma <paul@quagga.net>2009-06-18 20:18:26 +0100
commit6c19d26a019da198ea7e181731b8eb9553725f2d (patch)
tree2862bede64030129e00b5082f8312819a53da28a /ospf6d/ospf6_top.c
parent86f9e5a7f3a80d6df13a9750d2148693daa14c8d (diff)
[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.
Diffstat (limited to 'ospf6d/ospf6_top.c')
-rw-r--r--ospf6d/ospf6_top.c1
1 files changed, 1 insertions, 0 deletions
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);