]> www.pilppa.org 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 08:10:41 +0000 (00:10 -0800)
commitfa685fdb34d808ba361809b16d59240c4f1d0843
treee344ddf6f4d9a752ef0ec141998086bf1e312155
parent49c68810c22b69af5925577a7c7750817d20c133
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]