From 4bd9bca4c0a5879c9f3c16b711f0cba258589827 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 7 Mar 2020 18:39:05 +0100 Subject: vrf: add PPPoE to supported interfaces --- docs/vrf.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/vrf.rst b/docs/vrf.rst index cf082484..139a3d93 100644 --- a/docs/vrf.rst +++ b/docs/vrf.rst @@ -10,6 +10,11 @@ VRFs, VRF-lite to be specific) in the Linux network stack. One use case is the multi-tenancy problem where each tenant has their own unique routing tables and in the very least need different default gateways. +.. warning:: VRFs are an "needs testing" feature. If you think things should be + different then they are implemented and handled right now - please feedback + via a task created in Phabricator_. + + Configuration ============= @@ -61,9 +66,9 @@ itself needs to be assigned to an interface. 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. +.. cfgcmd:: set interfaces pppoe vrf + + Assign PPPoE interface identified by `` to VRF named ``. Routing ------- @@ -214,3 +219,4 @@ Operation C>* fe80::/64 is directly connected, dum1, 00:43:19 K>* ff00::/8 [0/256] is directly connected, dum1, 00:43:19 +.. include:: common-references.rst -- cgit v1.2.3