summaryrefslogtreecommitdiffstats
path: root/main/iptables/iptables.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/iptables/iptables.confd')
-rw-r--r--main/iptables/iptables.confd11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/iptables/iptables.confd b/main/iptables/iptables.confd
new file mode 100644
index 00000000..91287deb
--- /dev/null
+++ b/main/iptables/iptables.confd
@@ -0,0 +1,11 @@
+# /etc/conf.d/iptables
+
+# Location in which iptables initscript will save set rules on
+# service shutdown
+IPTABLES_SAVE="/var/lib/iptables/rules-save"
+
+# Options to pass to iptables-save and iptables-restore
+SAVE_RESTORE_OPTIONS="-c"
+
+# Save state on stopping iptables
+SAVE_ON_STOP="yes"