vrf: add ethernet, bonding, bridge to supported interfaces

This commit is contained in:
Christian Poessinger 2020-03-06 20:09:58 +01:00
parent b0f92b9b30
commit bf85fa8a30

View File

@ -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>`.
.. 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>`.
.. warning:: VRFs are still experimental - thus they are only available to .. warning:: VRFs are still experimental - thus they are only available to
certain interfaces types right now (``dummy``) to test out the certain interfaces types right now (``dummy, ethernet, bond, bridge``) to test
functionality. out the functionality.
Routing Routing
------- -------