Hi, I'm resending these three patches now that the net-next is open for development again. These patches include the xt_condition match and target. Please integrate if everything is okay. Cheers, Luca. Luciano Coelho (3): netfilter: xtables: inclusion of xt_condition netfilter: xt_condition: change the value from boolean to u32 netfilter: xt_condition: add condition target support include/linux/netfilter/Kbuild | 1 + include/linux/netfilter/xt_condition.h | 26 +++ net/netfilter/Kconfig | 11 + net/netfilter/Makefile | 1 + net/netfilter/xt_condition.c | 357 ++++++++++++++++++++++++++++++++ 5 files changed, 396 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