]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ipset: Fix "don't update counters" mode when counters used at the matching
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 6 Jan 2018 14:22:01 +0000 (15:22 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 8 Jan 2018 17:11:12 +0000 (18:11 +0100)
commitcad9bd5a3f16518435932c282501b356504bffcc
tree5a444a78aa66a59d00d65fc0e750f5367b7ce205
parent0f6e2d1931d6b143b46cc3bda22e58267fb08da8
netfilter: ipset: Fix "don't update counters" mode when counters used at the matching

The matching of the counters was not taken into account, fixed.

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/linux/netfilter/ipset/ip_set_counter.h
net/netfilter/ipset/ip_set_bitmap_gen.h
net/netfilter/ipset/ip_set_core.c
net/netfilter/ipset/ip_set_hash_gen.h
net/netfilter/ipset/ip_set_list_set.c
net/netfilter/xt_set.c