]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit - include/linux/netfilter_ipv4/ipt_IDLETIMER.h
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>
Wed, 7 Mar 2007 08:20:08 +0000 (00:20 -0800)
commit30d5005e19d56dcd5e048c331ff8e3f3d0b0eec5
tree9a9283f96d16e067501f86c05363d33160b05429
parent2e3c3fc6f6fcb3e16b6b1a7cd458b7a7a51946e5
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]