]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: fix flush after rule deletion in the same batch
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 15 Feb 2019 11:50:24 +0000 (12:50 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 15 Feb 2019 14:32:32 +0000 (15:32 +0100)
commitda57a8be33f51d599e62ee9c0b3b26666901946c
tree2a46afb0992d641ec31b74b905ce31da81bf2dd4
parentedf243bbd5340f8bb7a82b2425877e1180ae9fc9
netfilter: nf_tables: fix flush after rule deletion in the same batch

Flush after rule deletion bogusly hits -ENOENT. Skip rules that have
been already from nft_delrule_by_chain() which is always called from the
flush path.

Fixes: 3b2512a5fa3f ("netfilter: nf_tables: fix missing rules flushing per table")
Reported-by: Phil Sutter <phil@nwl.cc>
Acked-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c