mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 19:51:58 +00:00
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>
This commit is contained in:
parent
7eab94f9b1
commit
8166d84086
@ -179,10 +179,17 @@ Router Advertisement
|
|||||||
hosts in proper interface configuration. The announced value is not verified
|
hosts in proper interface configuration. The announced value is not verified
|
||||||
to be consistent with router interface MTU.
|
to be consistent with router interface MTU.
|
||||||
|
|
||||||
Default: don't advertise any MTU option.::
|
Default: don't advertise any MTU option.
|
||||||
interface eth0
|
|
||||||
no ipv6 nd suppress-ra
|
Router Advertisement Configuration Example
|
||||||
ipv6 nd prefix 2001:0DB8:5009::/64
|
==========================================
|
||||||
|
A small example:
|
||||||
|
|
||||||
|
.. code-block:: frr
|
||||||
|
|
||||||
|
interface eth0
|
||||||
|
no ipv6 nd suppress-ra
|
||||||
|
ipv6 nd prefix 2001:0DB8:5009::/64
|
||||||
|
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
Loading…
Reference in New Issue
Block a user