]> git.puffer.fish Git - mirror/frr.git/commitdiff
[ospf6d] Remove 'no router' from OSPF6_NODE
authorStephen Hemminger <shemminger@debian.(none)>
Thu, 12 Feb 2009 07:55:32 +0000 (23:55 -0800)
committerPaul Jakma <paul@quagga.net>
Thu, 18 Jun 2009 19:18:27 +0000 (20:18 +0100)
Don't need command twice.

ospf6d/ospf6_top.c

index 5808428b9fc38664c7720c3b4f3a255ec7a83b20..b42962c556b30dfedc6cbe1ad3d54c1e037e8b80 100644 (file)
@@ -697,7 +697,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);
 }