commit | 9d810fd2d28a9d672eca3136476af1a54a380bb2 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Sat Aug 13 13:56:26 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:58:04 2005 -0700 |
tree | 1eaa57851bbc1eeee094b92c539de8e7509aa297 | |
parent | 0ba2c6e8c0fb5cde5a23a213c2e7cb851b85c310 [diff] |
[NETFILTER]: Add new iptables "connbytes" match This patch ads a new "connbytes" match that utilizes the CONFIG_NF_CT_ACCT per-connection byte and packet counters. Using it you can do things like packet classification on average packet size within a connection. Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>