diff options
author | Stephen Hemminger <shemminger@debian.(none)> | 2009-02-11 23:55:32 -0800 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-18 20:18:27 +0100 |
commit | 66a11e76d4a8ee18c4e79c06d25814b9aa94e45d (patch) | |
tree | 218fe76bc1a99cc659bc556a329dbb7c407e09f9 | |
parent | 56abbb886f6ad8dce9dd7d336d010861ca9dd2b9 (diff) |
[ospf6d] Remove 'no router' from OSPF6_NODE
Don't need command twice.
-rw-r--r-- | ospf6d/ospf6_top.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index 5808428b..b42962c5 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); } |