summaryrefslogtreecommitdiffstats
path: root/doc/user/setup.rst
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/user/setup.rst
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/user/setup.rst')
-rw-r--r--doc/user/setup.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/setup.rst b/doc/user/setup.rst
index 9971c43c5..1bbbe3693 100644
--- a/doc/user/setup.rst
+++ b/doc/user/setup.rst
@@ -50,7 +50,7 @@ This file has several parts. Here is an example:
# Check /etc/pam.d/frr if you intend to use "vtysh"!
#
vtysh_enable=yes
- zebra_options=" -r -s 90000000 --daemon -A 127.0.0.1"
+ zebra_options=" -s 90000000 --daemon -A 127.0.0.1"
bgpd_options=" --daemon -A 127.0.0.1"
ospfd_options=" --daemon -A 127.0.0.1"
ospf6d_options=" --daemon -A ::1"
@@ -86,7 +86,7 @@ reasons touched on in the VTYSH documentation and should generally be enabled.
::
- zebra_options=" -r -s 90000000 --daemon -A 127.0.0.1"
+ zebra_options=" -s 90000000 --daemon -A 127.0.0.1"
bgpd_options=" --daemon -A 127.0.0.1"
...