diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-22 19:50:30 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-22 19:55:20 +0200 |
commit | da7e1a92124aba935805cea806dbed6d2bef5b68 (patch) | |
tree | c06b753e7c25bb9b0042f51c13944265af13b167 /doc/user/zebra.rst | |
parent | Merge pull request #2273 from qlyoung/remove-retain-mode (diff) | |
download | frr-da7e1a92124aba935805cea806dbed6d2bef5b68.tar.xz frr-da7e1a92124aba935805cea806dbed6d2bef5b68.zip |
doc: move -r option docs to zebra only
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/zebra.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index a2cf3627a..9e377330e 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -29,7 +29,8 @@ Besides the common invocation options (:ref:`common-invocation-options`), the .. option:: -r, --retain - When program terminates, retain routes added by zebra. + When program terminates, do not flush routes installed by *zebra* from the + kernel. .. option:: -e X, --ecmp X |