]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
netfilter: nf_tables: do not dump chain counters if not enabled
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 4 Oct 2017 15:18:27 +0000 (17:18 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 6 Oct 2017 12:49:19 +0000 (14:49 +0200)
commit5f9bfe0ef622a7bb9707c22ceb4b6451e1e2cb7b
tree23967558ecc256acdfb814348d31dee252a4da15
parente63aaaa6be54c956b9603590ea436b003407bb3e
netfilter: nf_tables: do not dump chain counters if not enabled

Chain counters are only enabled on demand since 9f08ea848117, skip them
when dumping them via netlink.

Fixes: 9f08ea848117 ("netfilter: nf_tables: keep chain counters away from hot path")
Reported-by: Johny Mattsson <johny.mattsson+kernel@gmail.com>
Tested-by: Johny Mattsson <johny.mattsson+kernel@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c