On Tue, Jun 19, 2012 at 01:11:36AM +0200, Pablo Neira Ayuso wrote: > On Mon, Jun 18, 2012 at 03:31:16PM -0700, Andrew Morton wrote: > > > > If you didn't already know this... > > > > I hacked with it for a few minutes but gave up. Sample config attached. > > > > include/net/netfilter/nf_conntrack.h: In function 'nf_ct_get': > > include/net/netfilter/nf_conntrack.h:157: error: 'const struct sk_buff' has no member named 'nfct' > > > > after "fixing" that, > > > > include/net/netfilter/nf_conntrack.h: In function 'nf_ct_get': > > include/net/netfilter/nf_conntrack.h:157: error: 'const struct sk_buff' has no member named 'nfct' > > > > give up. > > I think this is similar to what Randy Dunlap reported: > > http://www.spinics.net/lists/netfilter-devel/msg22211.html > > I'm going to send patches to David to fix this asap. This is a different issue than Randy's. I send this patch to solve it: netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled I have pass it to David. If he agrees to pull from my tree, this fixes compilation here with NF_CONNTRACK disabled. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html