Merge pull request #10064 from idryzhov/ospf-grace-period

ospfd: fix no-form of "graceful-restart" command
This commit is contained in:
Russ White 2021-11-16 11:32:45 -05:00 committed by GitHub
commit c597cd76ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -770,7 +770,7 @@ DEFPY(graceful_restart, 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
"Maximum length of the 'grace period'\n"
"Maximum length of the 'grace period' in seconds\n")