commit | 8ca79606cdfde2e37ee4f0707b9d1874a6f0eb38 | [log] [tgz] |
---|---|---|
author | wenxu <wenxu@ucloud.cn> | Fri Dec 20 17:08:46 2019 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jan 05 10:06:22 2020 +0100 |
tree | 40559084260b0e9ebdc2130ea41e1ceeef52cc01 | |
parent | 1b789577f655060d98d20ed0c6f9fbd469d6ba63 [diff] |
netfilter: nft_flow_offload: fix underflow in flowtable reference counter The .deactivate and .activate interfaces already deal with the reference counter. Otherwise, this results in spurious "Device is busy" errors. Fixes: a3c90f7a2323 ("netfilter: nf_tables: flow offload expression") Signed-off-by: wenxu <wenxu@ucloud.cn> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>