[ospf6d] Remove 'no router' from OSPF6_NODE

Don't need command twice.
This commit is contained in:
Stephen Hemminger 2009-02-11 23:55:32 -08:00 committed by Paul Jakma
parent 56abbb886f
commit 66a11e76d4

View File

@ -697,7 +697,6 @@ ospf6_top_init (void)
install_element (OSPF6_NODE, &ospf6_router_id_cmd); install_element (OSPF6_NODE, &ospf6_router_id_cmd);
install_element (OSPF6_NODE, &ospf6_interface_area_cmd); install_element (OSPF6_NODE, &ospf6_interface_area_cmd);
install_element (OSPF6_NODE, &no_ospf6_interface_area_cmd); install_element (OSPF6_NODE, &no_ospf6_interface_area_cmd);
install_element (OSPF6_NODE, &no_router_ospf6_cmd);
} }