On Tue, Jul 14, 2020 at 06:51:39PM +0200, Florian Westphal wrote: > sybot came up with following transaction: > add table ip syz0 > add chain ip syz0 syz2 { type nat hook prerouting priority 0; policy accept; } > add table ip syz0 { flags dormant; } > delete chain ip syz0 syz2 > delete table ip syz0 > > which yields: > hook not found, pf 2 num 0 > WARNING: CPU: 0 PID: 6775 at net/netfilter/core.c:413 __nf_unregister_net_hook+0x3e6/0x4a0 net/netfilter/core.c:413 > [..] Applied, thanks.