mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
nft: fix chains deletion on stop_fw
This commit is contained in:
parent
0af2bb1841
commit
e7a3c8c142
@ -109,10 +109,11 @@ cat << EOF | nft -f - 2>/dev/null
|
|||||||
delete chain inet $ZAPRET_NFT_TABLE forward
|
delete chain inet $ZAPRET_NFT_TABLE forward
|
||||||
delete chain inet $ZAPRET_NFT_TABLE input
|
delete chain inet $ZAPRET_NFT_TABLE input
|
||||||
delete chain inet $ZAPRET_NFT_TABLE postrouting
|
delete chain inet $ZAPRET_NFT_TABLE postrouting
|
||||||
delete chain inet $ZAPRET_NFT_TABLE predefrag
|
|
||||||
delete chain inet $ZAPRET_NFT_TABLE flow_offload
|
delete chain inet $ZAPRET_NFT_TABLE flow_offload
|
||||||
delete chain inet $ZAPRET_NFT_TABLE localnet_protect
|
delete chain inet $ZAPRET_NFT_TABLE localnet_protect
|
||||||
EOF
|
EOF
|
||||||
|
# unfortunately this approach breaks udp desync of the connection initiating packet (new, first one)
|
||||||
|
# delete chain inet $ZAPRET_NFT_TABLE predefrag
|
||||||
}
|
}
|
||||||
nft_del_flowtable()
|
nft_del_flowtable()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user