]> 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:48:03 +0000 (04:48 -0800)
commit91151f7f735833716c9ece08c3a86331f3b0f06f
tree06309161f54c20a02a921eef2be3be0e421ea9a5
parentb4ca95d3c51e30b5648ff0eda1f5e6df29802169
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]