From f49ad5d194b3f23bb9444c07e3a96b0c57e5626a Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 18 Feb 2022 15:50:53 +0300 Subject: [PATCH] nft: do not flush ifsets on firewall stop --- common/nft.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nft.sh b/common/nft.sh index ef3d1b7..1c746fd 100644 --- a/common/nft.sh +++ b/common/nft.sh @@ -148,7 +148,7 @@ nft_del_firewall() { nft_del_chains nft_del_flowtable - nft_flush_ifsets + # leave ifsets and ipsets because they may be used by custom rules } nft_add_rule()