diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2021-09-21 11:33:55 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2021-09-21 17:42:03 -0300 | 
| commit | 859bce816bb1cc8bc6b7b883473d84781b3f739b (patch) | |
| tree | d372b576ba296c230ebc7a569aeeb057d401b816 /doc/user/ospfd.rst | |
| parent | 6b513b4c92b9ddc70212bebd06862f83f5a0d96b (diff) | |
ospfd: rename the "graceful-restart helper-only" command
Considering that both the GR helper mode and restarting mode can be
enabled at the same time, the "graceful-restart helper-only" command
can be a bit misleading since it implies that only the helper mode
is enabled. Rename the command to "graceful-restart helper enable"
to clarify what the command does.
Start a deprecation cycle of one year before removing the original
command
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'doc/user/ospfd.rst')
| -rw-r--r-- | doc/user/ospfd.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index e8ca394727..0122e2ac75 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -722,7 +722,7 @@ Graceful Restart     To perform a graceful shutdown, the "graceful-restart prepare ip ospf"     EXEC-level command needs to be issued before restarting the ospfd daemon. -.. clicmd:: graceful-restart helper-only [A.B.C.D] +.. clicmd:: graceful-restart helper enable [A.B.C.D]     Configure Graceful Restart (RFC 3623) helper support.  | 
