CFT: new trunk(4)
Andrew Thompson
thompsa at freebsd.org
Sun Apr 1 09:56:23 UTC 2007
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
More information about the freebsd-net
mailing list