From owner-svn-doc-all@FreeBSD.ORG Thu Nov 1 17:03:00 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F3E0A93; Thu, 1 Nov 2012 17:03:00 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EA0EB8FC16; Thu, 1 Nov 2012 17:02:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA1H2xto037142; Thu, 1 Nov 2012 17:02:59 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA1H2xE3037140; Thu, 1 Nov 2012 17:02:59 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201211011702.qA1H2xE3037140@svn.freebsd.org> From: Warren Block Date: Thu, 1 Nov 2012 17:02:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39902 - 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.14 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: Thu, 01 Nov 2012 17:03:00 -0000 Author: wblock Date: Thu Nov 1 17:02:59 2012 New Revision: 39902 URL: http://svn.freebsd.org/changeset/doc/39902 Log: Whitespace-only fixes. Translators, please ignore. 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 Thu Nov 1 17:00:30 2012 (r39901) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Nov 1 17:02:59 2012 (r39902) @@ -355,7 +355,7 @@ host2.example.com link#1 UC Remember, since the PPP interface is using an address on the ISP's local network for your side of the connection, routes for any other machines on the ISP's local network will - be automatically generated. Hence, you will already know how + be automatically generated. Hence, you will already know how to reach the T1-GW machine, so there is no need for the intermediate step of sending traffic to the ISP server. @@ -2862,7 +2862,7 @@ rfcomm_sppd[94692]: Starting on /dev/tty There is a HCI option to disable role switching on the local side: - &prompt.root; hccontrol -n ubt0hci write_node_role_switch 0 + &prompt.root; hccontrol -n ubt0hci write_node_role_switch 0 @@ -3480,7 +3480,7 @@ BEGEMOT-BRIDGE-MIB::begemotBridgeDefault with the IP Address of 10.0.0.3/24: - &prompt.root; ifconfig fxp0 up + &prompt.root; ifconfig fxp0 up &prompt.root; ifconfig fxp1 up &prompt.root; ifconfig lagg0 create &prompt.root; ifconfig lagg0 up laggproto lacp laggport fxp0 laggport fxp1 10.0.0.3/24 @@ -3546,7 +3546,7 @@ ifconfig_lagg010.0.0.15/24: - &prompt.root; ifconfig fxp0 up + &prompt.root; ifconfig fxp0 up &prompt.root; ifconfig fxp1 up &prompt.root; ifconfig lagg0 create &prompt.root; ifconfig lagg0 up laggproto failover laggport fxp0 laggport fxp1 10.0.0.15/24 @@ -3555,7 +3555,7 @@ ifconfig_lagg0MAC address and the device names: - &prompt.root; ifconfig lagg0 + &prompt.root; ifconfig lagg0 lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8<VLAN_MTU> ether 00:05:5d:71:8d:b8 @@ -3610,7 +3610,7 @@ ifconfig_lagg0MAC address from the wired interface: - &prompt.root; ifconfig bge0 + &prompt.root; ifconfig bge0 bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4> ether 00:21:70:da:ae:37 @@ -3626,19 +3626,19 @@ bge0: flags=8843<UP,BROADCAST,RUNNING Now, we change the underlying wireless interface, iwn0: - &prompt.root; ifconfig iwn0 ether 00:21:70:da:ae:37 + &prompt.root; ifconfig iwn0 ether 00:21:70:da:ae:37 Bring the wireless interface up, but do not set an IP address on it: - &prompt.root; ifconfig wlan0 create wlandev iwn0 ssid my_router up + &prompt.root; ifconfig wlan0 create wlandev iwn0 ssid my_router up Bring the bge0 interface up. Create the &man.lagg.4; interface with bge0 as master, and failover to wlan0 if necessary: - &prompt.root; ifconfig bge0 up + &prompt.root; ifconfig bge0 up &prompt.root; ifconfig lagg0 create &prompt.root; ifconfig lagg0 up laggproto failover laggport bge0 laggport wlan0 @@ -3646,7 +3646,7 @@ bge0: flags=8843<UP,BROADCAST,RUNNING differences will be the MAC address and the device names: - &prompt.root; ifconfig lagg0 + &prompt.root; ifconfig lagg0 lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8<VLAN_MTU> ether 00:21:70:da:ae:37 @@ -5872,7 +5872,7 @@ round-trip min/avg/max/stddev = 2.530/2. Often an address will have long substrings of all zeros therefore one such substring per address can be abbreviated by ::. Also up to three leading 0s - per hexquad can be omitted. For example + per hexquad can be omitted. For example fe80::1 corresponds to the canonical form fe80:0000:0000:0000:0000:0000:0000:0001. @@ -6381,7 +6381,7 @@ route_hostD="192.168.173.4 hatm0 0 102 l status of preemption suppression. Preemption can be suppressed if link on an interface is down. A value of 0, means that preemption is not - suppressed. Every problem increments this + suppressed. Every problem increments this OID.