summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2024-09-06 21:35:42 +0200
committerGitHub <noreply@github.com>2024-09-06 21:35:42 +0200
commitadb165f1ab2363dfc531972c0dae2edbf2294ee4 (patch)
tree9d9ea7e840ffecb3a5b2646de76d5f0616855bf9
parent9e60d0894879cca54fc3f5df14bf0f5e67dc932c (diff)
parentd70a4e226ebf2204eccb440e5f468e98d26588a2 (diff)
downloadvyos-documentation-equuleus.tar.gz
vyos-documentation-equuleus.zip
Merge pull request #1538 from systeembeheerder/equuleusequuleus
Update doc config vrf
-rw-r--r--docs/configuration/vrf/index.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst
index 7091b51a..d07ecf33 100644
--- a/docs/configuration/vrf/index.rst
+++ b/docs/configuration/vrf/index.rst
@@ -16,14 +16,10 @@ Configuration
A VRF device is created with an associated route table. Network interfaces are
then enslaved to a VRF device.
-.. cfgcmd:: set vrf name <name>
-
- Create new VRF instance with `<name>`. The name is used when placing
- individual interfaces into the VRF.
-
.. cfgcmd:: set vrf name <name> table <id>
- Configure use routing table `<id>` used by VRF `<name>`.
+ Create a new VRF instance with `<name>` and <id>. The name is used when placing
+ individual interfaces into the VRF.
.. note:: A routing table ID can not be modified once it is assigned. It can
only be changed by deleting and re-adding the VRF instance.