Commit f86fb94
netfilter: nf_tables: revert do not remove elements if set backend implements .abort
nf_tables_abort_release() path calls nft_set_elem_destroy() for
NFT_MSG_NEWSETELEM which releases the element, however, a reference to
the element still remains in the working copy.
Fixes: ebd032f ("netfilter: nf_tables: do not remove elements if set backend implements .abort")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>1 parent d111692 commit f86fb94
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10345 | 10345 | | |
10346 | 10346 | | |
10347 | 10347 | | |
10348 | | - | |
10349 | | - | |
10350 | | - | |
10351 | | - | |
| 10348 | + | |
10352 | 10349 | | |
10353 | 10350 | | |
10354 | 10351 | | |
| |||
0 commit comments