From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:43:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11F8C16A417 for ; Wed, 1 Aug 2007 15:43:26 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id 6977113C4F5 for ; Wed, 1 Aug 2007 15:43:25 +0000 (UTC) (envelope-from a@jenisch.at) X-SEF-Processed: 5_0_0_910__2007_08_01_17_43_21 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.2.1); Wed, 01 Aug 2007 17:43:21 +0200 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Wed, 1 Aug 2007 17:43:21 +0200 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id l71FhKTM003629; Wed, 1 Aug 2007 17:43:20 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id l71FhKeO003628; Wed, 1 Aug 2007 17:43:20 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Wed, 1 Aug 2007 17:43:20 +0200 From: Ewald Jenisch To: Ronald Klop Message-ID: <20070801154320.GB1940@aurora.oekb.co.at> References: <20070801151417.GA1940@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 01 Aug 2007 15:43:21.0300 (UTC) FILETIME=[B043F940:01C7D452] Cc: freebsd-questions@freebsd.org Subject: Re: LAN failover redundandcy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:43:26 -0000 On Wed, Aug 01, 2007 at 05:22:05PM +0200, Ronald Klop wrote: > > man lagg > 'link aggregation and link failover interface' > > It is in 6-STABLE. I don't know since when. > Hi Ronald, Thanks much for the hint. However it seems that "lagg(4)" isn't there. At least not on my up2date 6.2 System: # man lagg No manual entry for lagg # find /usr/src -name 'lagg*' # I've taken a look at www.freebsd.org and looked for "lagg". There's a hit under http://www.freebsd.org/relnotes/6-STABLE/relnotes/i386/new.html saying "The lagg(4) driver, ported from OpenBSD and NetBSD, has been added to support a variety of protocols and algorithms for link aggregation, failover, and fault tolerance." but when you click on the link for lagg(4) you get "Sorry, no data found for `lagg(4)'." Shouldn't lagg(4) be in the normal sources for a 6.2 system? -ewald