Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Apr 2007 21:56:18 +1200
From:      Andrew Thompson <thompsa@freebsd.org>
To:        Niki Denev <ndenev@totalterror.net>
Cc:        freebsd-net@freebsd.org
Subject:   Re: CFT: new trunk(4)
Message-ID:  <20070401095618.GA24408@heff.fud.org.nz>
In-Reply-To: <460E6536.7060805@totalterror.net>
References:  <20070329235520.GD97061@heff.fud.org.nz> <460E6536.7060805@totalterror.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070401095618.GA24408>