diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-15 07:03:34 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 07:03:34 -0500 | 
| commit | f2bb6874268b271e49ca2acdc5dba5efd2b0b697 (patch) | |
| tree | f44cc26dec9896b45d2a3c4139b1ea30fd2f3e75 /doc/user | |
| parent | bd9174f424bd33e75895160aa1f4a63dae795460 (diff) | |
| parent | 2764344bcbd37c5ea69231d6e51ba9cd58edbb44 (diff) | |
Merge pull request #15154 from idryzhov/mgmt-get-data
mgmtd get-data request expansion
Diffstat (limited to 'doc/user')
| -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 2b737c1a2f..71201b4278 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`  | 
