]> 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)
commit4be9c5f1cbd7dc58051109dd9cebd5d12f6f4168
tree5a444a78aa66a59d00d65fc0e750f5367b7ce205
parent913aa6549da7f7558a28f30a2ff3d39005b2add3
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