svn commit: r47509 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Dru Lavigne
dru at FreeBSD.org
Mon Oct 5 13:55:51 UTC 2015
Author: dru
Date: Mon Oct 5 13:55:49 2015
New Revision: 47509
URL: https://svnweb.freebsd.org/changeset/doc/47509
Log:
Remove 8.x references from Advanced Networking chapter.
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 Mon Oct 5 13:32:39 2015 (r47508)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Mon Oct 5 13:55:49 2015 (r47509)
@@ -2212,10 +2212,7 @@ freebsdap 00:11:95:c3:0d:ac 1
<listitem>
<para>There are many lower-level debugging tools.
Debugging messages can be enabled in the 802.11 protocol
- support layer using &man.wlandebug.8;. On a &os; system
- prior to &os; 9.1, this program can be found in
- <filename
- >/usr/src/tools/tools/net80211</filename>.
+ support layer using &man.wlandebug.8;.
For example, to enable console messages related to
scanning for access points and the 802.11 protocol
handshakes required to arrange communication:</para>
@@ -4610,22 +4607,12 @@ rtsold_enable="YES"</programlisting>
router solicitation messages. The second line enables the
router solicitation daemon, &man.rtsol.8;.</para>
- <para>For &os; 8.<replaceable>x</replaceable>, add a third
- line:</para>
-
- <programlisting>ipv6_enable="YES"</programlisting>
-
<para>If the interface needs a statically assigned
<acronym>IPv6</acronym> address, add an entry to specify the
static address and associated prefix length:</para>
<programlisting>ifconfig_<replaceable>rl0</replaceable>_ipv6="inet6 <replaceable>2001:db8:4672:6565:2026:5043:2d42:5344</replaceable> prefixlen <replaceable>64</replaceable>"</programlisting>
- <para>On a &os; 8.<replaceable>x</replaceable> system, that
- line uses this format instead:</para>
-
- <programlisting>ipv6_ifconfig_<replaceable>rl0</replaceable>="<replaceable>2001:db8:4672:6565:2026:5043:2d42:5344</replaceable>"</programlisting>
-
<para>To assign a default router, specify its address:</para>
<programlisting>ipv6_defaultrouter="<replaceable>2001:db8:4672:6565::1</replaceable>"</programlisting>
@@ -4690,11 +4677,6 @@ rtsold_enable="YES"</programlisting>
<programlisting>ifconfig_gif0_ipv6="inet6 <replaceable>MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR</replaceable>"</programlisting>
- <para>For &os; 8.<replaceable>x</replaceable>, that line
- should instead use this format:</para>
-
- <programlisting>ipv6_ifconfig_gif0="<replaceable>MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR</replaceable>"</programlisting>
-
<para>Then, set the default route for the other side of the
<acronym>IPv6</acronym> tunnel. Replace
<replaceable>MY_IPv6_REMOTE_TUNNEL_ENDPOINT_ADDR</replaceable>
More information about the svn-doc-head
mailing list