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