]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NF: Add iptables IDLETIMER target
authorJuha Yrjola <juha.yrjola@nokia.com>
Fri, 10 Feb 2006 15:19:06 +0000 (17:19 +0200)
committerJuha Yrjola <juha.yrjola@nokia.com>
Fri, 10 Feb 2006 15:19:06 +0000 (17:19 +0200)
commite938661e65528805e7054ba4b9d37cfbd7740f16
tree78fd3d122038cced33b5a72de05c80a2f95e7113
parent665a566d5e189b61db8c58432afbfa0ab6163752
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]