Skip to content

Commit

Permalink
Update doc config vrf
Browse files Browse the repository at this point in the history
Remove example without id. VyOS does not accept this example.

https://forum.vyos.io/t/vrf-table-id-is-mandatory/13685
(cherry picked from commit 63fb97b)

# Conflicts:
#	docs/configuration/vrf/index.rst
  • Loading branch information
systeembeheerder authored and mergify[bot] committed Sep 6, 2024
1 parent 4d3b4df commit 776e2bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/configuration/vrf/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ 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>

<<<<<<< HEAD
Configured routing table `<id>` is used by VRF `<name>`.
=======
Create new VRF instance with `<name>` and <id>. The name is used when placing
individual interfaces into the VRF.
>>>>>>> 63fb97b2 (Update doc config 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.
Expand Down

0 comments on commit 776e2bb

Please sign in to comment.