netfilter: nf_tables: pass flags to set backend selection routine
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 4 Jan 2024 12:26:09 +0000 (13:26 +0100)
committerFlorian Westphal <fw@strlen.de>
Mon, 29 Jan 2024 14:43:20 +0000 (15:43 +0100)
commita128885ace60ff3da326dab7208fd7a04ce0b138
treeb73aaa5090fff1f9e85dc6ce6f958ac2bec00127
parent31bf508be656a429a17e3adb31e9acae5c1a6299
netfilter: nf_tables: pass flags to set backend selection routine

No need to refetch the flag from the netlink attribute, pass the
existing flags variable which already provide validated flags.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/nf_tables_api.c