summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-06 19:04:21 +0100
committerChristian Poessinger <christian@poessinger.com>2020-03-06 19:04:21 +0100
commite2e86be0b8d749e0965095a31c2766e1706c1973 (patch)
treea125cbb6a6e5e18e91eab1e7f0b46cb71bacae37 /docs
parent64275eaf973543013ba7b2b4da9d393945810189 (diff)
downloadvyos-documentation-e2e86be0b8d749e0965095a31c2766e1706c1973.tar.gz
vyos-documentation-e2e86be0b8d749e0965095a31c2766e1706c1973.zip
vrf: add interface documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/vrf.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/vrf.rst b/docs/vrf.rst
index 3eb87e8a..fd219d41 100644
--- a/docs/vrf.rst
+++ b/docs/vrf.rst
@@ -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
-------