diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-10 20:14:00 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-10 20:14:00 +0100 |
commit | 6018c699da7f1dc95432467040dbc91d52486f26 (patch) | |
tree | da9e4bda6cb7838bd52d0d9071dfe09c7cd7f28c /docs | |
parent | 7dfd655e9b7c4732623b58991ac5eb951c9ad7df (diff) | |
download | vyos-documentation-6018c699da7f1dc95432467040dbc91d52486f26.tar.gz vyos-documentation-6018c699da7f1dc95432467040dbc91d52486f26.zip |
vrf: ease documentation about assigning interfaces to vrf
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vrf.rst | 20 |
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 ------- |