diff options
author | Florian Westphal | 2020-02-03 13:06:18 +0100 |
---|---|---|
committer | Pablo Neira Ayuso | 2020-02-07 15:53:32 +0100 |
commit | a7da92c2c8a1faf253a3b3e292fda6910deba540 (patch) | |
tree | a897fe7b65546705dd6174b5d71aa49afb6e9971 /net/ipv4 | |
parent | 8d0015a7ab76b8b1e89a3e5f5710a6e5103f2dd5 (diff) |
netfilter: flowtable: skip offload setup if disabled
nftables test case
tests/shell/testcases/flowtable/0001flowtable_0
results in a crash. After the refactor, if we leave early via
nf_flowtable_hw_offload(), then "struct flow_block_offload" is left
in an uninitialized state, but later users assume its initialised.
Fixes: a7965d58ddab02 ("netfilter: flowtable: add nf_flow_table_offload_cmd()")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions