mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-21 23:25:43 +00:00
Merge pull request #10064 from idryzhov/ospf-grace-period
ospfd: fix no-form of "graceful-restart" command
This commit is contained in:
commit
c597cd76ea
@ -770,7 +770,7 @@ DEFPY(graceful_restart, graceful_restart_cmd,
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEFPY(no_graceful_restart, no_graceful_restart_cmd,
|
DEFPY(no_graceful_restart, no_graceful_restart_cmd,
|
||||||
"no graceful-restart [period (1-1800)]",
|
"no graceful-restart [grace-period (1-1800)]",
|
||||||
NO_STR OSPF_GR_STR
|
NO_STR OSPF_GR_STR
|
||||||
"Maximum length of the 'grace period'\n"
|
"Maximum length of the 'grace period'\n"
|
||||||
"Maximum length of the 'grace period' in seconds\n")
|
"Maximum length of the 'grace period' in seconds\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user