From bf85fa8a306232cae4809da01a5e96a0c217612d Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 6 Mar 2020 20:09:58 +0100 Subject: vrf: add ethernet, bonding, bridge to supported interfaces --- docs/vrf.rst | 18 +++++++++++++++--- 1 file 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 `` to VRF named ``. - .. 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 vrf + + Assign ethernet interface identified by `` to VRF named ``. + +.. cfgcmd:: set interfaces bonding vrf + + Assign bonding interface identified by `` to VRF named ``. + +.. cfgcmd:: set interfaces bridge vrf + + Assign bridge interface identified by `` to VRF named ``. + +.. 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 ------- -- cgit v1.2.3