Hi, I'm trying to build my modules with xtables_addons. I'm not using distribution's kernel-header package. I've configured with "./configure --with-kbuild=<my_kernel's source> After issuing "make", it reports: In file included from /usr/local/src/xtables-addons/extensions/xt_LOGMARK.c:18: /usr/local/src/xtables-addons/extensions/compat_xtables.h:17:4: warning: #warning You have CONFIG_NF_CONNTRACK enabled, but CONFIG_NF_CONNTRACK_MARK is not (please enable). but i've enabled CONFIG_NF_CONNTRACK_MARK : [root@s1 linux]# grep 'NF_CONNTRACK_MARK' .config CONFIG_NF_CONNTRACK_MARK=y What's it i'm missing? -- Cheers aft aftnix@xxxxxxxxx -- 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