commit | 2888b080d05c819205bbfe52c624a639f44c266a | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Mar 03 23:58:27 2021 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Mar 04 03:58:55 2021 +0100 |
tree | 10b395e39d58471e1ee37e9ee8f4a54176154bf4 | |
parent | 9cc0001a18b4e5f46ec481201c88ae16f0a69bb0 [diff] |
netfilter: nftables: fix possible double hook unregistration with table owner Skip hook unregistration of owner tables from the netns exit path, nft_rcv_nl_event() unregisters the table hooks before tearing down the table content. Fixes: 6001a930ce03 ("netfilter: nftables: introduce table ownership") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>