Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc config vrf (backport #1538) #1542

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions docs/configuration/vrf/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ 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
<<<<<<< HEAD
Configured routing table `<id>` is used by VRF `<name>`.
=======
Create new VRF instance with `<name>` and <id>. The name is used when placing
=======
Create a new VRF instance with `<name>` and <id>. The name is used when placing
>>>>>>> d70a4e22 (Update docs/configuration/vrf/index.rst)
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
Loading