netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER event
authorwenxu <wenxu@ucloud.cn>
Wed, 13 Nov 2019 04:21:07 +0000 (12:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Jan 2020 11:21:14 +0000 (12:21 +0100)
commit478c08d77e4031d12bf006951bcb5674a9c8f070
tree3f2c66b95b463e4a99789a16dd2c9a8bd73eedbb
parent191e884476e6285bc2fc9a4257da11912150fa98
netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER event

[ Upstream commit d1f4c966475c6dd2545c6625022cb24e878bee11 ]

Check for the NETDEV_UNREGISTER event from the nft_offload_netdev_event
function, which is the event that actually triggers the clean up.

Fixes: 06d392cbe3db ("netfilter: nf_tables_offload: remove rules when the device unregisters")
Signed-off-by: wenxu <wenxu@ucloud.cn>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/netfilter/nf_tables_offload.c