mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-17 11:02:24 +01:00
vrf: add ethernet, bonding, bridge to supported interfaces
This commit is contained in:
parent
b0f92b9b30
commit
bf85fa8a30
18
docs/vrf.rst
18
docs/vrf.rst
@ -49,9 +49,21 @@ itself needs to be assigned to an interface.
|
|||||||
|
|
||||||
Assign dummy interface identified by `<interface>` to VRF named `<name>`.
|
Assign dummy interface identified by `<interface>` to VRF named `<name>`.
|
||||||
|
|
||||||
.. warning:: VRFs are still experimental - thus they are only available to
|
.. cfgcmd:: set interfaces ethernet <interface> vrf <name>
|
||||||
certain interfaces types right now (``dummy``) to test out the
|
|
||||||
functionality.
|
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>`.
|
||||||
|
|
||||||
|
.. warning:: VRFs are still experimental - thus they are only available to
|
||||||
|
certain interfaces types right now (``dummy, ethernet, bond, bridge``) to test
|
||||||
|
out the functionality.
|
||||||
|
|
||||||
Routing
|
Routing
|
||||||
-------
|
-------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user