Hi, This is a respin of the patch Jan sent to the list some time ago. I've made the changes proposed by Patrick in order to support multiple namespaces correctly. I still need to reapply my condition target and the u32 changes to the condition on top of this, but I'd like to get some comments before I continue. In v2 I've made a few changes as discussed in the review: * Removed per-netns module parameters * Use par->net instead of current->nsproxy->net_ns * Fix file-leak in procfs when exiting the netns Please let me know how it looks after these changes. Cheers, Luca. Luciano Coelho (1): netfilter: xtables: inclusion of xt_condition include/linux/netfilter/Kbuild | 1 + include/linux/netfilter/xt_condition.h | 14 ++ net/netfilter/Kconfig | 8 + net/netfilter/Makefile | 1 + net/netfilter/xt_condition.c | 265 ++++++++++++++++++++++++++++++++ 5 files changed, 289 insertions(+), 0 deletions(-) create mode 100644 include/linux/netfilter/xt_condition.h create mode 100644 net/netfilter/xt_condition.c -- 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