All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] iptables: extensions: add idletimer target extension
@ 2010-06-14 14:33 Luciano Coelho
  2010-06-14 14:33 ` [PATCH 1/1] extensions: add idletimer xt " Luciano Coelho
  0 siblings, 1 reply; 4+ messages in thread
From: Luciano Coelho @ 2010-06-14 14:33 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel, jukka.rissanen

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-14 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-14 14:33 [PATCH 0/1] iptables: extensions: add idletimer target extension Luciano Coelho
2010-06-14 14:33 ` [PATCH 1/1] extensions: add idletimer xt " Luciano Coelho
2010-06-14 14:40   ` Jan Engelhardt
2010-06-14 14:44     ` Luciano Coelho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.