summaryrefslogtreecommitdiffstats
path: root/doc/manpages
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-05-22 19:50:30 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-05-22 19:55:20 +0200
commitda7e1a92124aba935805cea806dbed6d2bef5b68 (patch)
treec06b753e7c25bb9b0042f51c13944265af13b167 /doc/manpages
parentMerge pull request #2273 from qlyoung/remove-retain-mode (diff)
downloadfrr-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 'doc/manpages')
-rw-r--r--doc/manpages/common-options.rst7
-rw-r--r--doc/manpages/zebra.rst8
2 files changed, 8 insertions, 7 deletions
diff --git a/doc/manpages/common-options.rst b/doc/manpages/common-options.rst
index e433c720a..e9241b743 100644
--- a/doc/manpages/common-options.rst
+++ b/doc/manpages/common-options.rst
@@ -157,10 +157,3 @@ frr supports optional dynamically loadable modules, although these can only be l
The list of loaded modules can be inspected at runtime with the show modules VTY command.
-ROUTES
-------
-
-.. option:: -r, --retain
-
- When the program terminates, retain routes added by the daemon.
-
diff --git a/doc/manpages/zebra.rst b/doc/manpages/zebra.rst
index 4ddf98995..a8a930158 100644
--- a/doc/manpages/zebra.rst
+++ b/doc/manpages/zebra.rst
@@ -42,6 +42,14 @@ OPTIONS available for the |DAEMON| command:
Enable namespace VRF backend. By default, the VRF backend relies on VRF-lite support from the Linux kernel. This option permits discovering Linux named network namespaces and mapping it to FRR VRF contexts.
+ROUTES
+------
+
+.. option:: -r, --retain
+
+ When the program terminates, do not flush routes installed by zebra from the kernel.
+
+
FILES
=====