diff options
author | Robert Göhler <github@ghlr.de> | 2024-09-06 21:44:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 21:44:42 +0200 |
commit | b6b3662367920fb8975c9e14221c12a7569ef8db (patch) | |
tree | c49c667153062bcfdf991ae7d69bde59f77c62bd /docs | |
parent | cbf48f9a18675a9f00982179f97f91c388728c06 (diff) | |
download | vyos-documentation-b6b3662367920fb8975c9e14221c12a7569ef8db.tar.gz vyos-documentation-b6b3662367920fb8975c9e14221c12a7569ef8db.zip |
VRF: write more clear, table id is mandatory
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 0d6b895f..e9115458 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -18,14 +18,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> - Configured routing table `<id>` is 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. |