Hi, This is my patch to add the idletimer target extension to the iptables tool, to provide userspace support for the related patch I sent to the kernel. I'm not sure whether this needs to wait until the kernel patch is released in Linus's tree before we can include it into the iptables tool, but I'm sending it already now, in case someone wants to try it out and use it. We can revisit this later when the kernel patch is released, if needed. Cheers, Luca. Luciano Coelho (1): extensions: add idletimer xt target extension extensions/libxt_IDLETIMER.c | 141 ++++++++++++++++++++++++++++++++ extensions/libxt_IDLETIMER.man | 19 ++++ include/linux/netfilter/xt_IDLETIMER.h | 45 ++++++++++ 3 files changed, 205 insertions(+), 0 deletions(-) create mode 100644 extensions/libxt_IDLETIMER.c create mode 100644 extensions/libxt_IDLETIMER.man create mode 100644 include/linux/netfilter/xt_IDLETIMER.h -- 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