diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-12-29 21:53:08 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 21:53:08 +0700 |
commit | 22659b51a6c4a51207d0c46fa2aaa78d1ff0e39e (patch) | |
tree | 0977e1bc4dd04b6630d582b2e2ed1c42903f50d9 | |
parent | 91a07725badb093da149f35045ad40d9673ecbbd (diff) | |
parent | e9cc3b86b22e2ccb898608c6b5feb688492b06c0 (diff) | |
download | vyos-documentation-22659b51a6c4a51207d0c46fa2aaa78d1ff0e39e.tar.gz vyos-documentation-22659b51a6c4a51207d0c46fa2aaa78d1ff0e39e.zip |
Merge pull request #409 from maehdros/patch-2
Update ospf.rst
-rw-r--r-- | docs/configuration/protocols/ospf.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst index ee6753c5..a4188c68 100644 --- a/docs/configuration/protocols/ospf.rst +++ b/docs/configuration/protocols/ospf.rst @@ -92,7 +92,13 @@ A typical configuration using 2 nodes. set protocols ospfv3 parameters router-id 192.168.2.1 set protocols ospfv3 redistribute connected -.. note:: You can not easily redistribute IPv6 routes via OSPFv3 on a WireGuard +**To see the redistributed routes:** + +.. code-block:: none + + show ipv6 ospfv3 redistribute + +.. note:: You cannot easily redistribute IPv6 routes via OSPFv3 on a WireGuard interface link. This requires you to configure link-local addresses manually on the WireGuard interfaces, see :vytask:`T1483`. |