summaryrefslogtreecommitdiff
path: root/docs/configuration/vrf
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-11-28 10:04:35 +0100
committerChristian Poessinger <christian@poessinger.com>2021-11-28 10:04:35 +0100
commit9328b4c35eb54b8dda033fbb5a766924f98ee98e (patch)
treedaa719031764139083e36eb9a7456d655426cd9c /docs/configuration/vrf
parent244eced690fb641bba72097ede510fe8e0a81c46 (diff)
downloadvyos-documentation-9328b4c35eb54b8dda033fbb5a766924f98ee98e.tar.gz
vyos-documentation-9328b4c35eb54b8dda033fbb5a766924f98ee98e.zip
ospfv3: add vrf support
Diffstat (limited to 'docs/configuration/vrf')
-rw-r--r--docs/configuration/vrf/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst
index 05904209..90d99c56 100644
--- a/docs/configuration/vrf/index.rst
+++ b/docs/configuration/vrf/index.rst
@@ -62,6 +62,7 @@ Currently dynamic routing is supported for the following protocols:
- :ref:`routing-bgp`
- :ref:`routing-isis`
- :ref:`routing-ospf`
+- :ref:`routing-ospfv3`
- :ref:`routing-static`
The CLI configuration is same as mentioned in above articles. The only
@@ -77,6 +78,7 @@ routing protocol inside a given vrf:
- :ref:`routing-bgp`: ``set vrf name <name> protocols bgp ...``
- :ref:`routing-isis`: ``set vrf name <name> protocols isis ...``
- :ref:`routing-ospf`: ``set vrf name <name> protocols ospf ...``
+- :ref:`routing-ospfv3`: ``set vrf name <name> protocols ospfv3 ...``
- :ref:`routing-static`: ``set vrf name <name> protocols static ...``
Operation