mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
b6d9014a33
Remove inactive bool field in nft_hook object that was introduced inabadb2f865("netfilter: nf_tables: delete devices from flowtable"). Move stale flowtable hooks to transaction list instead. Deleting twice the same device does not result in ENOENT. Fixes:abadb2f865("netfilter: nf_tables: delete devices from flowtable") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>