Skip to content

Commit

Permalink
VRF: write more clear, table id is mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
rebortg authored Sep 6, 2024
1 parent cbf48f9 commit b6b3662
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/configuration/vrf/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b6b3662

Please sign in to comment.