mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +00:00
ospfd: fix missing '[no]ip ospf graceful-restart hello-delay <N>' commands
Signed-off-by: Dmitrii Turlupov <turlupov@bk.ru>
(cherry picked from commit 69e31a547f
)
This commit is contained in:
parent
3c89f63530
commit
e4c7784a91
@ -13224,6 +13224,10 @@ static void ospf_vty_if_init(void)
|
|||||||
install_element(INTERFACE_NODE, &ip_ospf_hello_interval_cmd);
|
install_element(INTERFACE_NODE, &ip_ospf_hello_interval_cmd);
|
||||||
install_element(INTERFACE_NODE, &no_ip_ospf_hello_interval_cmd);
|
install_element(INTERFACE_NODE, &no_ip_ospf_hello_interval_cmd);
|
||||||
|
|
||||||
|
/* "ip ospf graceful-restart" commands. */
|
||||||
|
install_element(INTERFACE_NODE, &ip_ospf_gr_hdelay_cmd);
|
||||||
|
install_element(INTERFACE_NODE, &no_ip_ospf_gr_hdelay_cmd);
|
||||||
|
|
||||||
/* "ip ospf network" commands. */
|
/* "ip ospf network" commands. */
|
||||||
install_element(INTERFACE_NODE, &ip_ospf_network_cmd);
|
install_element(INTERFACE_NODE, &ip_ospf_network_cmd);
|
||||||
install_element(INTERFACE_NODE, &no_ip_ospf_network_cmd);
|
install_element(INTERFACE_NODE, &no_ip_ospf_network_cmd);
|
||||||
|
Loading…
Reference in New Issue
Block a user