]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NF: Add iptables IDLETIMER target
authorTimo Teräs <ext-timo.teras@nokia.com>
Mon, 5 Mar 2007 13:40:46 +0000 (05:40 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 26 Apr 2007 17:05:38 +0000 (17:05 +0000)
commit466e33010b7460c305656f01bafecd40b0368d87
tree78e4d39c5b29a7a2027db5bca608049207eaac27
parent981908bb08ded3ecbf5b34d1cd316e1ef7f68691
NF: Add iptables IDLETIMER target

Each matching packet resets the timer associated with input and/or output
interfaces. Timer expiry causes a kobject uevent. Idle timer can be read via
sysfs.

Signed-off-by: Hiroshi DOYU <hiroshi.doyu@nokia.com>
Signed-off-by: Juha Yrjölä <juha.yrjola@nokia.com>
Updated for 2.6.21-rc1 by Arnaud Patard.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/linux/netfilter_ipv4/ipt_IDLETIMER.h [new file with mode: 0644]
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Makefile
net/ipv4/netfilter/ipt_IDLETIMER.c [new file with mode: 0644]