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. Christoph -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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 ? Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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@amd.com>Acked-by: Brendan Cully <brendan@cs.ubc.ca>> 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@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel