aboutsummaryrefslogtreecommitdiffstats
path: root/main/nftables/nftables.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/nftables/nftables.initd')
-rw-r--r--main/nftables/nftables.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/nftables/nftables.initd b/main/nftables/nftables.initd
index c763b395dda..62d0e8496e5 100644
--- a/main/nftables/nftables.initd
+++ b/main/nftables/nftables.initd
@@ -13,9 +13,9 @@ description_panic="Immediately drop all packets on all interfaces."
description_reload="Clear current rulesets and load rulesets from the saved ruleset files."
# Uppercase variables are there for backward compatibility.
-: ${rules_file:=${NFTABLES_SAVE:="/etc/firewall.nft"}}
+: ${rules_file:=${NFTABLES_SAVE:="/etc/nftables.nft"}}
: ${save_options:=${SAVE_OPTIONS:="-n"}}
-: ${save_on_stop:=${SAVE_ON_STOP:="yes"}}
+: ${save_on_stop:=${SAVE_ON_STOP:="no"}}
: ${enable_forwarding:="no"}
depend() {