From owner-freebsd-net@FreeBSD.ORG Sun Apr 1 09:56:23 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CA5F16A401 for ; Sun, 1 Apr 2007 09:56:23 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 0C3DD13C465 for ; Sun, 1 Apr 2007 09:56:20 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 8DAE91CC58; Sun, 1 Apr 2007 21:56:18 +1200 (NZST) Date: Sun, 1 Apr 2007 21:56:18 +1200 From: Andrew Thompson To: Niki Denev Message-ID: <20070401095618.GA24408@heff.fud.org.nz> References: <20070329235520.GD97061@heff.fud.org.nz> <460E6536.7060805@totalterror.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <460E6536.7060805@totalterror.net> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-net@freebsd.org Subject: Re: CFT: new trunk(4) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2007 09:56:23 -0000 On Sat, Mar 31, 2007 at 04:42:14PM +0300, Niki Denev wrote: > Andrew Thompson wrote: > > Hi, > > > > > > Here is a patch to add OpenBSD's trunk(4) interface, and also includes > > LACP support which came from agr(4) on NetBSD. Im interested in anyone > > who wants to test this and in particular lacp mode if you have a switch > > that supports it. > > > > This is great news! I was waiting for this for ages :) > > I had to apply the attached to compile it on my 2 hour old -CURRENT, > i'm not sure why single space before the tab confused Make... anyways > it seems to work perfectly when i tested it on my laptop with the built > in fxp0 interface and one cardbus xl0 adapter in failover mode. > I'll try to setup next a wireless network so i can test the cool > wired/wireless roaming example from the manual page. Great, thanks for testing. > --- if_trunk-20070330b.diff.orig Sat Mar 31 16:23:30 2007 > +++ if_trunk-20070330b.diff Sat Mar 31 16:24:02 2007 > @@ -440,7 +440,7 @@ > + > +.if ${MK_INET6_SUPPORT} != "no" > + opt_inet6.h: > -+ echo "#define INET6 1" > ${.TARGET} > ++ echo "#define INET6 1" > ${.TARGET} > +.endif > +.endif > + I have fixed this up, a couple of spaces slipped into the Makefile. cheers, Andrew