diff options
author | ekhudiyev <88712424+ekhudiyev@users.noreply.github.com> | 2021-12-01 12:59:53 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 12:59:53 +0400 |
commit | 80c25fa38bc7eeea1892bdbf5ec04e024ef25280 (patch) | |
tree | 12d96ba58db840a342c02753d655df1818aa5bcd /docs/configuration/vrf/index.rst | |
parent | bff0668fd74a14c9ca1b324eb917f0fd24cd68c9 (diff) | |
parent | b2dbf6a4ca446a5cde08c54a712d9da8580d7f10 (diff) | |
download | vyos-documentation-80c25fa38bc7eeea1892bdbf5ec04e024ef25280.tar.gz vyos-documentation-80c25fa38bc7eeea1892bdbf5ec04e024ef25280.zip |
Merge branch 'vyos:master' into patch-2
Diffstat (limited to 'docs/configuration/vrf/index.rst')
-rw-r--r-- | docs/configuration/vrf/index.rst | 2 |
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 |