mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-01 05:14:54 +00:00
[ospf6d] Remove 'no router' from OSPF6_NODE
Don't need command twice.
This commit is contained in:
parent
56abbb886f
commit
66a11e76d4
@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user