netfilter: nf_tables: set backend .flush always succeeds
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 18 Oct 2023 20:20:23 +0000 (22:20 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 24 Oct 2023 11:16:30 +0000 (13:16 +0200)
commit6509a2e410c3cb36c78a0a85c6102debe171337e
tree9ba9dce7d03941ceecc158aecdee09de381c6cff
parent26cec9d4144eb23c45cd5c033d5c141f04d61a9c
netfilter: nf_tables: set backend .flush always succeeds

.flush is always successful since this results from iterating over the
set elements to toggle mark the element as inactive in the next
generation.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c
net/netfilter/nft_set_bitmap.c
net/netfilter/nft_set_hash.c
net/netfilter/nft_set_pipapo.c
net/netfilter/nft_set_rbtree.c