On Wednesday 2011-08-31 13:56, Jozsef Kadlecsik wrote: >Hi Jan, > >On Sun, 28 Aug 2011, Jan Engelhardt wrote: > >> libxt_SET.c requires IPSET_INVALID_ID, but this constant has moved into >> a #ifdef __KERNEL__ section lately and is thus absent from userspace. >> (In linux-kernel/include/linux/netfilter/ipset/ip_set.h.) > >After rewieving your patches, I don't get it: what userspace tool would >use linux-kernel/include/linux/netfilter/ipset/ip_set.h? iptables does >definitely not use it and ipset either. So why your patches are >required? iptables/extensions/xt_SET.c #includes <netfilter/xt_set.h> which #includes ip_set.h to get at the definition of ip_set.h. Patch will be resent. -- 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