From owner-svn-doc-all@freebsd.org Mon Oct 5 13:55:51 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9F479B23D7; Mon, 5 Oct 2015 13:55:50 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEFCF27C; Mon, 5 Oct 2015 13:55:50 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t95DtoSW044549; Mon, 5 Oct 2015 13:55:50 GMT (envelope-from dru@FreeBSD.org) Received: (from dru@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t95DtoNe044548; Mon, 5 Oct 2015 13:55:50 GMT (envelope-from dru@FreeBSD.org) Message-Id: <201510051355.t95DtoNe044548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dru set sender to dru@FreeBSD.org using -f From: Dru Lavigne Date: Mon, 5 Oct 2015 13:55:50 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 13:55:51 -0000 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 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 - /usr/src/tools/tools/net80211. + 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: @@ -4610,22 +4607,12 @@ rtsold_enable="YES" router solicitation messages. The second line enables the router solicitation daemon, &man.rtsol.8;. - For &os; 8.x, add a third - line: - - ipv6_enable="YES" - If the interface needs a statically assigned IPv6 address, add an entry to specify the static address and associated prefix length: ifconfig_rl0_ipv6="inet6 2001:db8:4672:6565:2026:5043:2d42:5344 prefixlen 64" - On a &os; 8.x system, that - line uses this format instead: - - ipv6_ifconfig_rl0="2001:db8:4672:6565:2026:5043:2d42:5344" - To assign a default router, specify its address: ipv6_defaultrouter="2001:db8:4672:6565::1" @@ -4690,11 +4677,6 @@ rtsold_enable="YES" ifconfig_gif0_ipv6="inet6 MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR" - For &os; 8.x, that line - should instead use this format: - - ipv6_ifconfig_gif0="MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR" - Then, set the default route for the other side of the IPv6 tunnel. Replace MY_IPv6_REMOTE_TUNNEL_ENDPOINT_ADDR