]> Pileus Git - ~andy/linux/commit
netfilter: ipset: set match: add support to match the counters
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 27 Apr 2013 12:40:50 +0000 (14:40 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 29 Apr 2013 18:09:03 +0000 (20:09 +0200)
commit6e01781d1c80e2e8263471252a631e86165b15c5
tree7984310c841a98832be4eaee3f865ce9bf2c355f
parentde76303c5a30e4754cd566dd4b9f3c26170fcf26
netfilter: ipset: set match: add support to match the counters

The new revision of the set match supports to match the counters
and to suppress updating the counters at matching too.

At the set:list types, the updating of the subcounters can be
suppressed as well.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter/ipset/ip_set.h
include/uapi/linux/netfilter/ipset/ip_set.h
include/uapi/linux/netfilter/xt_set.h
net/netfilter/ipset/ip_set_core.c
net/netfilter/ipset/ip_set_list_set.c
net/netfilter/xt_set.c