diff options
author | Igor Ryzhov <idryzhov@gmail.com> | 2024-11-30 16:16:37 +0100 |
---|---|---|
committer | Igor Ryzhov <idryzhov@gmail.com> | 2024-12-07 16:02:58 +0100 |
commit | c3bffa92777060bd5ae48d8dc347e600ba086249 (patch) | |
tree | 6340f6f54d210d29f4efdb5c6baf1294b4bd703c /doc | |
parent | Merge pull request #17603 from opensourcerouting/fix/bgp_peer_with_peer-group (diff) | |
download | frr-c3bffa92777060bd5ae48d8dc347e600ba086249.tar.xz frr-c3bffa92777060bd5ae48d8dc347e600ba086249.zip |
doc: remove no-op "netns NAMESPACE" command from the docs
Signed-off-by: Igor Ryzhov <idryzhov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/zebra.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index b862ba9f5..9b9298c1c 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -526,16 +526,6 @@ commands in relationship to VRF. Here is an extract of some of those commands: The network administrator can however decide to provision this command in configuration file to provide more clarity about the intended configuration. -.. clicmd:: netns NAMESPACE - - This command is based on VRF configuration mode. This command is available - when *Zebra* is run in :option:`-n` mode. This command reflects which *Linux - network namespace* is to be mapped with *Zebra* VRF. It is to be noted that - *Zebra* creates and detects added/suppressed VRFs from the Linux environment - (in fact, those managed with iproute2). The network administrator can however - decide to provision this command in configuration file to provide more clarity - about the intended configuration. - .. clicmd:: show ip route vrf VRF The show command permits dumping the routing table associated to the VRF. If |