svn commit: r49121 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Niclas Zeising
zeising at FreeBSD.org
Fri Jul 15 19:04:25 UTC 2016
Author: zeising
Date: Fri Jul 15 19:04:23 2016
New Revision: 49121
URL: https://svnweb.freebsd.org/changeset/doc/49121
Log:
Change two IPv6 addresses in the rtadvd example to use the IPv6 address
documentation prefix.
Reviewed by: bcr
Modified:
head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Fri Jul 15 13:29:47 2016 (r49120)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Fri Jul 15 19:04:23 2016 (r49121)
@@ -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
More information about the svn-doc-all
mailing list