Skip to content

Commit

Permalink
Merge pull request #16823 from FRRouting/mergify/bp/stable/10.0/pr-16818
Browse files Browse the repository at this point in the history
ospfd: missing '[no]ip ospf graceful-restart hello-delay <N>' commands (backport #16818)
  • Loading branch information
donaldsharp authored Sep 13, 2024
2 parents 5738236 + 36ec54b commit a8f4d8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ospfd/ospf_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -13225,6 +13225,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);
Expand Down

0 comments on commit a8f4d8c

Please sign in to comment.