diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-16 19:25:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-16 19:25:52 +0200 |
commit | ada75b1ce98cb3c5f82dc65d499b7c301b8157e0 (patch) | |
tree | 7b62d922eb235a97113e465f10c72feea992eac6 /docs | |
parent | 7fd70a9f6bceb97e51ca1db40dd526d3c0739699 (diff) | |
download | vyos-documentation-ada75b1ce98cb3c5f82dc65d499b7c301b8157e0.tar.gz vyos-documentation-ada75b1ce98cb3c5f82dc65d499b7c301b8157e0.zip |
vrf: note dynamic routing for VyOS 1.4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/vrf/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index a311fcc0..f0765aec 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -10,11 +10,6 @@ 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 ============= @@ -58,6 +53,11 @@ itself needs to be assigned to an interface. Routing ------- +.. note:: VyOS 1.3 (equuleus) only supports VRF static routing. Dynamic routing + for given VRFs was added in VyOS 1.4 (sagitta). This also came with a change + in the CLI configuration which will be - of course - automatically migrated + on upgrades. + Static ^^^^^^ |