summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Seipel <ls@slrz.net>2019-02-02 15:26:13 +0100
committerLars Seipel <ls@slrz.net>2019-02-02 19:10:19 +0100
commit8166d84086c22acaa6e163e9531ac8fa7a7fc20c (patch)
tree0b3b21904a5140a3239abd1c6bc579c53f76c6e4 /doc
parentzebra: avoid exceeding link MTU through RA options (diff)
downloadfrr-8166d84086c22acaa6e163e9531ac8fa7a7fc20c.tar.xz
frr-8166d84086c22acaa6e163e9531ac8fa7a7fc20c.zip
doc: fix up mangled config example in ipv6.rst
Appears to be a remaining artifact of the Sphinx conversion. Signed-off-by: Lars Seipel <ls@slrz.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/ipv6.rst15
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/user/ipv6.rst b/doc/user/ipv6.rst
index 585c3a505..94095dd8b 100644
--- a/doc/user/ipv6.rst
+++ b/doc/user/ipv6.rst
@@ -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::