]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: fix up mangled config example in ipv6.rst
authorLars Seipel <ls@slrz.net>
Sat, 2 Feb 2019 14:26:13 +0000 (15:26 +0100)
committerLars Seipel <ls@slrz.net>
Sat, 2 Feb 2019 18:10:19 +0000 (19:10 +0100)
Appears to be a remaining artifact of the Sphinx conversion.

Signed-off-by: Lars Seipel <ls@slrz.net>
doc/user/ipv6.rst

index 585c3a505ab480b0200a0250cdec41be1d3f7217..94095dd8bf9046d27b9b31cb8c50a4b97fddb19c 100644 (file)
@@ -179,10 +179,17 @@ Router Advertisement
    hosts in proper interface configuration. The announced value is not verified
    to be consistent with router interface MTU.
 
-   Default: don't advertise any MTU option.::
-           interface eth0
-            no ipv6 nd suppress-ra
-            ipv6 nd prefix 2001:0DB8:5009::/64
+   Default: don't advertise any MTU option.
+
+Router Advertisement Configuration Example
+==========================================
+A small example:
+
+.. code-block:: frr
+
+   interface eth0
+    no ipv6 nd suppress-ra
+    ipv6 nd prefix 2001:0DB8:5009::/64
 
 
 .. seealso::