summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-10 20:14:00 +0100
committerChristian Poessinger <christian@poessinger.com>2020-03-10 20:14:00 +0100
commit6018c699da7f1dc95432467040dbc91d52486f26 (patch)
treeda9e4bda6cb7838bd52d0d9071dfe09c7cd7f28c
parent7dfd655e9b7c4732623b58991ac5eb951c9ad7df (diff)
downloadvyos-documentation-6018c699da7f1dc95432467040dbc91d52486f26.tar.gz
vyos-documentation-6018c699da7f1dc95432467040dbc91d52486f26.zip
vrf: ease documentation about assigning interfaces to vrf
-rw-r--r--docs/vrf.rst20
1 files changed, 2 insertions, 18 deletions
diff --git a/docs/vrf.rst b/docs/vrf.rst
index ccf26bbb..a1afab58 100644
--- a/docs/vrf.rst
+++ b/docs/vrf.rst
@@ -50,25 +50,9 @@ Interfaces
When VRFs are used it is not only mandatory to create a VRF but also the VRF
itself needs to be assigned to an interface.
-.. cfgcmd:: set interfaces dummy <interface> vrf <name>
+.. cfgcmd:: set interfaces <dummy | ethernet | bonding | bridge | pppoe> <interface> vrf <name>
- Assign dummy interface identified by `<interface>` to VRF named `<name>`.
-
-.. cfgcmd:: set interfaces ethernet <interface> vrf <name>
-
- Assign ethernet interface identified by `<interface>` to VRF named `<name>`.
-
-.. cfgcmd:: set interfaces bonding <interface> vrf <name>
-
- Assign bonding interface identified by `<interface>` to VRF named `<name>`.
-
-.. cfgcmd:: set interfaces bridge <interface> vrf <name>
-
- Assign bridge interface identified by `<interface>` to VRF named `<name>`.
-
-.. cfgcmd:: set interfaces pppoe <interface> vrf <name>
-
- Assign PPPoE interface identified by `<interface>` to VRF named `<name>`.
+ Assign interface identified by `<interface>` to VRF named `<name>`.
Routing
-------