|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] remus & ebtables
On Tuesday, 01 December 2009 at 17:50, Christoph Egger wrote:
> On Tuesday 01 December 2009 17:37:33 Brendan Cully wrote:
> > On Tuesday, 01 December 2009 at 17:19, Christoph Egger wrote:
> > > Hi!
> > >
> > > remus currently fails to build on NetBSD because imqebt doesn't build
> > > there. Since ebtables is Linux specific anyway, I don't care to make this
> > > build on NetBSD.
> > > Instead I want to know if it is possible to de-tangle remus from ebtables
> > > so that remus is usable w/o ebtables or w/ pf in NetBSD.
> >
> > ebtables is a short-term solution -- the plan is to add the buffering
> > and signalling directly to netback or a remus netback extension. I
> > don't actually have a timeline for this yet though.
>
> That sounds good. For the time being is attached patch good enough
> for you to unbreak build ?
Looks good to me. Sorry about breaking netbsd.
> Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
Acked-by: Brendan Cully <brendan@xxxxxxxxx>
> diff -r 030589859a8f tools/remus/Makefile
> +++ b/tools/remus/Makefile Tue Dec 01 17:50:20 2009 +0100
> @@ -1,7 +1,7 @@
> XEN_ROOT=../..
> include $(XEN_ROOT)/tools/Rules.mk
>
> -SUBDIRS-y := imqebt kmod
> +SUBDIRS-$(CONFIG_Linux) := imqebt kmod
>
> SCRIPTS = remus
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|