vrf: add interface documentation

This commit is contained in:
Christian Poessinger 2020-03-06 19:04:21 +01:00
parent 64275eaf97
commit e2e86be0b8

View File

@ -42,6 +42,17 @@ then enslaved to a VRF device.
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>
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.
Routing
-------