]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 2 Dec 2019 09:27:25 +0000 (10:27 +0100)
commit12727599a38ea53cdef234ce9da7dd136c029132
tree12c681d5bd8d430608185820bcb1465c8015ebb2
parent48e3ca3367eb434f030916654690f7c4aef896c1
netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER event

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

Fixes: 8d1c347077af ("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>
net/netfilter/nf_tables_offload.c