mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-12 16:51:12 +00:00
Merge pull request #16818 from ak503/ospf_gr
ospfd: missing '[no]ip ospf graceful-restart hello-delay <N>' commands
This commit is contained in:
commit
38bd668b31
@ -13184,6 +13184,10 @@ static void ospf_vty_if_init(void)
|
||||
install_element(INTERFACE_NODE, &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. */
|
||||
install_element(INTERFACE_NODE, &ip_ospf_network_cmd);
|
||||
install_element(INTERFACE_NODE, &no_ip_ospf_network_cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user