From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amin Azez Subject: Re: no ctstat? Re: building libctnetlink Date: Wed, 06 Apr 2005 16:48:09 +0100 Message-ID: References: <423BF227.8030502@outerspace.dyndns.org> <423BF4DC.2070902@outerspace.dyndns.org> <1111335091.2523.46.camel@lap-ufomechanic> <1111335425.2523.49.camel@lap-ufomechanic> <423DF940.100@eurodev.net> <1111412190.2716.55.camel@lap-ufomechanic> <423F007F.2060102@eurodev.net> <1111667756.2526.19.camel@lap-ufomechanic> <4242B977.1030607@eurodev.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: To: netfilter-devel@lists.netfilter.org In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org as Soon as my linux 2.6.11.6 source downloaded I tried: IPTABLES_DIR=../iptables-1.2.11/ KERNEL_DIR=../linux-2.6.11.6 ./runme --batch nfnetlink-ctnetlink-0.13 But it just says: unable to find ladd slot in src ../linux-2.6.11.6/include/linux/netfilter_ipv4/ip_conntrack.h (./nfnetlink-ctnetlink-0.13/li)----------------------------------------------------------------- Do you want to apply this patch [N/y/t/f/a/r/b/w/q/?] I dont know what a ladd slot is (OK, its a line-add slot, but I still don't know what it is) but I'll take this to mean the patch was for 2.6.10 The rejected hunks have thinks like: #ifdef CONFIG_IP_NF_CONNTRACK_EVENTS struct notifier_block *ip_conntrack_chain; #endif /* CONFIG_IP_NF_CONNTRACK_EVENTS */ in, which makes it look like ct-event is needed, perhaps such as pablo posted on 28/03/05 for kernel 2.6.11 I'll take this up on the "[PATCH] ct-event API port to 2.6.11" thread. Amin