From: Luciano Coelho <luciano.coelho@xxxxxxxxx> Hi, These patches add the condition match and target extensions to the iptables tool. These are the corresponding user space changes for the kernel patches I sent previously (they work regardless of whether the capabilities patch is applied or not). This patches should be released in the iptables tool when the condition kernel patches are released, so they should go to the iptables-next tree. Cheers, Luca. Luciano Coelho (2): extensions: add condition match extension extensions: add condition target extension. extensions/libxt_CONDITION.c | 144 ++++++++++++++++++++++++++++++++++++++++ extensions/libxt_CONDITION.man | 9 +++ extensions/libxt_condition.c | 128 +++++++++++++++++++++++++++++++++++ extensions/libxt_condition.man | 10 +++ 4 files changed, 291 insertions(+), 0 deletions(-) create mode 100644 extensions/libxt_CONDITION.c create mode 100644 extensions/libxt_CONDITION.man create mode 100644 extensions/libxt_condition.c create mode 100644 extensions/libxt_condition.man -- 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