From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Devera Date: Fri, 15 Feb 2002 11:36:42 +0000 Subject: Re: [LARTC] problems with IMQ + Netfilter IP_LIMIT patch from Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org it is hard to say. you didn't included make output so that I have no clue what's going on. Does it compile Without IMQ ? devik On Thu, 14 Feb 2002, Fabian Gervan wrote: > Martin: > I have problems after apply those patchs to kernel 2.4.17 > "make modules" can't compile any "shed" modules. > Here I write a fragment for iplimit.patch > > + * netfilter module to limit the number of parallel tcp > + * connections per IP address. > + * (c) 2000 Gerd Knorr > + * > + * based on ... > + * > + * Kernel module to match connection tracking information. > + * GPL (C) 1999 Rusty Russell (rusty@rustcorp.com.au). > + */ > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > + > +#define DEBUG 0 > + > +/* we'll save the tuples of all connections we care about */ > +struct ipt_iplimit_conn > +{ > + struct list_head list; > + struct ip_conntrack_tuple tuple; > +}; > + > [...] > Could be that IMQ conflict with this patch, and make modules fail? > > -- > Saludos, > Fabian Gervan > > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/ > > _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/