diff options
author | systeembeheerder <19684880+systeembeheerder@users.noreply.github.com> | 2024-09-05 14:48:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 14:48:01 +0200 |
commit | 63fb97b29f60d6cb4d85fbfc64f1088b203912ee (patch) | |
tree | 9f84317602121f36bbe542153b86b631effbe316 /docs | |
parent | 9e60d0894879cca54fc3f5df14bf0f5e67dc932c (diff) | |
download | vyos-documentation-63fb97b29f60d6cb4d85fbfc64f1088b203912ee.tar.gz vyos-documentation-63fb97b29f60d6cb4d85fbfc64f1088b203912ee.zip |
Update doc config vrf
Remove example without id. VyOS does not accept this example.
https://forum.vyos.io/t/vrf-table-id-is-mandatory/13685
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/vrf/index.rst | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 7091b51a..59132d05 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 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. |