diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-03-06 20:09:58 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-03-06 20:09:58 +0100 | 
| commit | bf85fa8a306232cae4809da01a5e96a0c217612d (patch) | |
| tree | c84719bc266c2f59fa1a49967b9bd0b59352c9e2 | |
| parent | b0f92b9b300272af785ee2c823a6a21b3cdd23f5 (diff) | |
| download | vyos-documentation-bf85fa8a306232cae4809da01a5e96a0c217612d.tar.gz vyos-documentation-bf85fa8a306232cae4809da01a5e96a0c217612d.zip | |
vrf: add ethernet, bonding, bridge to supported interfaces
| -rw-r--r-- | docs/vrf.rst | 18 | 
1 files changed, 15 insertions, 3 deletions
| diff --git a/docs/vrf.rst b/docs/vrf.rst index be2f7356..cf082484 100644 --- a/docs/vrf.rst +++ b/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>`. -   .. warning:: VRFs are still experimental - thus they are only available to -      certain interfaces types right now (``dummy``) to test out the -      functionality. +.. 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 +  certain interfaces types right now (``dummy, ethernet, bond, bridge``) to test +  out the functionality.  Routing  ------- | 
