From owner-p4-projects@FreeBSD.ORG Sun Oct 2 17:05:04 2011 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EF9991065675; Sun, 2 Oct 2011 17:05:03 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0B711065673 for ; Sun, 2 Oct 2011 17:05:03 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 9711C8FC08 for ; Sun, 2 Oct 2011 17:05:03 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id p92H53h9086344 for ; Sun, 2 Oct 2011 17:05:03 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id p92H53Zk086341 for perforce@freebsd.org; Sun, 2 Oct 2011 17:05:03 GMT (envelope-from rene@FreeBSD.org) Date: Sun, 2 Oct 2011 17:05:03 GMT Message-Id: <201110021705.p92H53Zk086341@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 199617 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 17:05:04 -0000 http://p4web.freebsd.org/@@199617?ac=10 Change 199617 by rene@rene_acer on 2011/10/02 17:04:32 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#106 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#31 integrate .. //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#28 integrate .. //depot/projects/docproj_nl/www/en/releng/index.sgml#45 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#106 (text+ko) ==== @@ -1,4 +1,4 @@ - + @@ -3377,12 +3377,14 @@ channel-group 1 mode active channel-protocol lacp - On the &os; machine create the &man.lagg.4; interface using - fxp0 and - fxp1, with an IP Address of + Create the &man.lagg.4; interface using + fxp0 and fxp1, + and bring the interfaces up with the IP Address of 10.0.0.3/24: - &prompt.root; ifconfig lagg0 create + &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 View the interface status by running: @@ -3437,14 +3439,15 @@ Failover mode Failover mode can be used to switch over to a secondary interface if - the link is lost on the master interface. Create and configure the - lagg0 interface, with + the link is lost on the master interface. Bring the underlying + physical interfaces up. Create the &man.lagg.4; interface, using fxp0 as the master interface and - fxp1 as the secondary interface, - with an IP Address of 10.0.0.15/24: - + fxp1 as the secondary interface and assign + an IP Address of 10.0.0.15/24: - &prompt.root; ifconfig lagg0 create + &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 The interface will look something like this, the major @@ -3523,11 +3526,13 @@ &prompt.root; ifconfig wlan0 create wlandev iwn0 ssid my_router up - Create the &man.lagg.4; interface with bge0 + Bring the bge0 interface up. Create + the &man.lagg.4; interface with bge0 as master, and failover to wlan0 if necessary: - &prompt.root; ifconfig lagg0 create + &prompt.root; ifconfig bge0 up +&prompt.root; ifconfig lagg0 create &prompt.root; ifconfig lagg0 up laggproto failover laggport bge0 laggport wlan0 The interface will look something like this, the major ==== //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#28 (text+ko) ==== @@ -1,6 +1,6 @@ - + @@ -52,9 +52,11 @@ des Norway - Mac Mini with 1 GB RAM, no peripherals - Tinderbox. - 2005/05/19 + 1 GB memory sticks: 184-pin DDR SDRAM, ECC + REG, + PC2100 CL 2.5. Up to 20 (two each for 10 scavenged 1U + servers). + Test cluster. + 2011/10/02 ==== //depot/projects/docproj_nl/www/en/releng/index.sgml#45 (text+ko) ==== @@ -1,6 +1,6 @@ - + @@ -87,14 +87,30 @@ HEAD - Frozen + Slush committers + Active development branch for 10-CURRENT. Avoid major + changes before 9.0-RELEASE. + - Active development branch for 9-CURRENT and now in a + + RELENG_9 + Frozen + &contact.re; + Development branch for FreeBSD 9-STABLE, and now in a preparation stage for 9.0-RELEASE. All commits to this branch requires RE's approval. + + RELENG_8 Open