summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/protocols/ospf.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst
index ee6753c5..a8293f4d 100644
--- a/docs/configuration/protocols/ospf.rst
+++ b/docs/configuration/protocols/ospf.rst
@@ -92,6 +92,12 @@ A typical configuration using 2 nodes.
set protocols ospfv3 parameters router-id 192.168.2.1
set protocols ospfv3 redistribute connected
+**To see the redistributed routes:**
+
+.. code-block:: none
+
+ show ipv6 ospfv3 redistribute
+
.. note:: You can not 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`.