[NETFILTER]: x_tables: add statistic match
authorPatrick McHardy <kaber@trash.net>
Tue, 30 May 2006 01:21:00 +0000 (18:21 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:28:51 +0000 (21:28 -0700)
commitf3389805e53a13bd969ee1c8fc5a4137b7c6c167
treef73b639579da1f201c1886027d59960380c2296a
parent62b7743483b402f8fb73545d5d487ca714e82766
[NETFILTER]: x_tables: add statistic match

Add statistic match which is a combination of the nth and random matches.

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