Change two IPv6 addresses in the rtadvd example to use the IPv6 address
documentation prefix. Reviewed by: bcr
This commit is contained in:
parent
fd41eaefa4
commit
e21a65afad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49121
1 changed files with 2 additions and 2 deletions
|
@ -4715,10 +4715,10 @@ rtsold_enable="YES"</programlisting>
|
|||
example:</para>
|
||||
|
||||
<programlisting>rl0:\
|
||||
:addrs#1:addr="2001:471:1f11:246::":prefixlen#64:tc=ether:</programlisting>
|
||||
:addrs#1:addr="2001:db8:1f11:246::":prefixlen#64:tc=ether:</programlisting>
|
||||
|
||||
<para>Replace <filename>rl0</filename> with the interface
|
||||
to be used and <systemitem>2001:471:1f11:246::</systemitem>
|
||||
to be used and <systemitem>2001:db8:1f11:246::</systemitem>
|
||||
with the prefix of the allocation.</para>
|
||||
|
||||
<para>For a dedicated <systemitem
|
||||
|
|
Loading…
Reference in a new issue