summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-08-08 20:55:40 +0200
committerDavid Lamparter <equinox@diac24.net>2020-07-22 12:56:04 +0200
commitaa01fe3f49560f8e441656d0bc3b55ccf312bcde (patch)
treeeca634b1105013906c8c8629d2979d6401f9c51a
parenttools: add frr@.service (diff)
downloadfrr-aa01fe3f49560f8e441656d0bc3b55ccf312bcde.tar.xz
frr-aa01fe3f49560f8e441656d0bc3b55ccf312bcde.zip
doc: update watchfrr manpage
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
-rw-r--r--doc/manpages/frr-watchfrr.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/manpages/frr-watchfrr.rst b/doc/manpages/frr-watchfrr.rst
index dceb423f8..d8c82eafa 100644
--- a/doc/manpages/frr-watchfrr.rst
+++ b/doc/manpages/frr-watchfrr.rst
@@ -35,6 +35,22 @@ OPTIONS
Set the VTY socket directory (the default value is "/var/run/frr").
+.. option:: -N <name>, --pathspace <name>
+
+ Insert the given name into paths used by the FRR daemons. This is appended
+ to the VTY socket directory and passed to the daemons which also add it to
+ their paths in /etc.
+
+.. option:: --netns[=<name>]
+
+ (Linux only.) Switch network namespaces when starting watchfrr. The name
+ defaults to the value passed with -N (which it should be used in conjunction
+ with.) If the name is not specified, the option has no effect.
+
+ If the network namespace does not exist, it is created in a manner
+ compatible with iproute2. Network namespaces are not removed by FRR, this
+ must be done with "ip netns delete".
+
.. option:: -l <level>, --loglevel <level>
Set the logging level (the default value is "6"). The value should range from 0 (LOG_EMERG) to 7 (LOG_DEBUG), but higher number can be supplied if extra debugging messages are required.