From: Stephen Hemminger Date: Thu, 12 Feb 2009 07:55:32 +0000 (-0800) Subject: [ospf6d] Remove 'no router' from OSPF6_NODE X-Git-Tag: frr-2.0-rc1~2311 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=66a11e76d4a8ee18c4e79c06d25814b9aa94e45d;p=matthieu%2Ffrr.git [ospf6d] Remove 'no router' from OSPF6_NODE Don't need command twice. --- diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index 5808428b9f..b42962c556 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -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); }