Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 13:55:50 +0000 (UTC)
From:      Dru Lavigne <dru@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47509 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Message-ID:  <201510051355.t95DtoNe044548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;&nbsp;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;&nbsp;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;&nbsp;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;&nbsp;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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510051355.t95DtoNe044548>