Gabor Z. Papp wrote: > * Patrick McHardy : > > | Thanks for the report. Does this patch fix it? > > Not really. > > CC libxt_connlimit.oo > In file included from /usr/include/linux/netfilter_ipv4.h:9, > from ../include/linux/netfilter_ipv4/ip_tables.h:19, > from ../include/libiptc/libiptc.h:7, > from ../include/iptables.h:5, > from libxt_connlimit.c:8: > ../include/linux/netfilter.h:42: error: expected specifier-qualifier-list before '__be32' > make[2]: *** [libxt_connlimit.oo] Error 1 > make[2]: Leaving directory `/home/gzp/src/iptables-1.4.1-rc2/extensions' > make[1]: *** [all-recursive] Error 1 Your types.h doesn't seem to include the endian annotated types at all. Does this patch work?