]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
NF: Add iptables IDLETIMER target
authorTimo Teräs <ext-timo.teras@nokia.com>
Wed, 28 Feb 2007 11:42:57 +0000 (03:42 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 1 Mar 2007 12:12:06 +0000 (04:12 -0800)
commit579b6ecce5c13dd343d5868abb7f12320bd5a3c9
tree729f91d61ffc7fa70c7bea0b3107fdbbbc79a588
parent11c334612f3c0ebdd7cdc78dd6659029b2376f73
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>
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]