On 29.07.2011 11:37, Peter Volkov wrote: > Hi. Could you suggest solution for following problem: > > miniupnpd [1] uses net/netfilter/nf_nat.h header and fails to build as > normally this header is not installed by kernel during header. But is > this correct? > > As I found, iptables itself copies this kernel headers and bundles > together with sources for reasons outlined in [3]. Now for miniupnpd > distributions started to install net/netfilter/*.h [4] [5]. I'm not > opposed to install this headers in Gentoo too, bug if this is user space > header shouldn't kernel install it? iptables is actually wrong in copying that file, the userspace portions such as nf_nat_manip_types and nf_nat_*range need to be moved to a new file under include/linux/netfilter_ipv4/ which is installed and used by userspace. -- 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