summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@debian.(none)>2009-02-11 23:55:32 -0800
committerStephen Hemminger <shemminger@debian.(none)>2009-02-11 23:55:32 -0800
commit61efa8de9bc1571e200b3bb952de2a3f76cce449 (patch)
tree11a40c213eba3f38c2f7d42eafa159554c1c7f05
parent17905a10abf79bfdc3e5830a520b22c1e1c7e380 (diff)
downloadquagga-61efa8de9bc1571e200b3bb952de2a3f76cce449.tar.bz2
quagga-61efa8de9bc1571e200b3bb952de2a3f76cce449.tar.xz
Remove 'no router' from OSPF6_NODE
Don't need command twice.
-rw-r--r--ospf6d/ospf6_top.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c
index 5d25667c..ce21f979 100644
--- a/ospf6d/ospf6_top.c
+++ b/ospf6d/ospf6_top.c
@@ -699,7 +699,6 @@ ospf6_top_init (void)
install_element (OSPF6_NODE, &ospf6_router_id_cmd);
install_element (OSPF6_NODE, &ospf6_interface_area_cmd);
install_element (OSPF6_NODE, &no_ospf6_interface_area_cmd);
- install_element (OSPF6_NODE, &no_router_ospf6_cmd);
}