[NETFILTER]: x_tables: add xt_time match
authorJan Engelhardt <jengelh@computergmbh.de>
Fri, 28 Sep 2007 21:46:43 +0000 (14:46 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:53:40 +0000 (16:53 -0700)
commitee4411a1b1e0b679c99686629b5eab5a072ce49f
tree3d8e317c2207da074af5d3c57367d95ebb537efc
parent6b6ec99a03601aba0419f34e17630f7aa8d68e5f
[NETFILTER]: x_tables: add xt_time match

This is ipt_time from POM-ng enhanced by the following:

 * xtables/ipv6 support
 * second granularity for daytime
 * day-of-month support (for example "match on the 15th of each month")
 * match against UTC or local timezone

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/xt_time.h [new file with mode: 0644]
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_time.c [new file with mode: 0644]