summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-14 15:55:46 +0100
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-14 19:00:22 +0100
commitb507ad54b4baaacf796d79fbb9e6bfbe1f521405 (patch)
treedf0006aff753f35bc674763d3b501c9e3fee33fd /doc
parentlib: fix yang_lyd_trim_xpath (diff)
downloadfrr-b507ad54b4baaacf796d79fbb9e6bfbe1f521405.tar.xz
frr-b507ad54b4baaacf796d79fbb9e6bfbe1f521405.zip
mgmtd: add option to specify netns as the vrf backend
mgmtd has to know if netns is used as the vrf backend to correctly process interface names in northbound. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/zebra.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst
index 2b737c1a2..71201b427 100644
--- a/doc/user/zebra.rst
+++ b/doc/user/zebra.rst
@@ -50,7 +50,8 @@ Besides the common invocation options (:ref:`common-invocation-options`), the
When *Zebra* starts with this option, the VRF backend is based on Linux
network namespaces. That implies that all network namespaces discovered by
ZEBRA will create an associated VRF. The other daemons will operate on the VRF
- VRF defined by *Zebra*, as usual.
+ VRF defined by *Zebra*, as usual. If this option is specified when running
+ *Zebra*, one must also specify the same option for *mgmtd*.
.. seealso:: :ref:`zebra-vrf`