summaryrefslogtreecommitdiff
path: root/user/iptables/ip6tables.confd
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-07-06 01:45:08 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-07-06 01:45:08 +0000
commitb2f73a0ebd3927a7bdb2c2e461ce0db14876be7e (patch)
tree2efcbce9a865ed1d02c68ce9cab199923d89aba8 /user/iptables/ip6tables.confd
parentd3dfd3a21296efe9b3ef627405b0d781bd160abb (diff)
parent57b7d813c73fdc7f3c3254e7107ffa045db12702 (diff)
downloadpackages-b2f73a0ebd3927a7bdb2c2e461ce0db14876be7e.tar.gz
packages-b2f73a0ebd3927a7bdb2c2e461ce0db14876be7e.tar.bz2
packages-b2f73a0ebd3927a7bdb2c2e461ce0db14876be7e.tar.xz
packages-b2f73a0ebd3927a7bdb2c2e461ce0db14876be7e.zip
Merge branch 'iptables' into 'master'
user/iptables: new package See merge request adelie/packages!266
Diffstat (limited to 'user/iptables/ip6tables.confd')
-rw-r--r--user/iptables/ip6tables.confd14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/iptables/ip6tables.confd b/user/iptables/ip6tables.confd
new file mode 100644
index 000000000..1fa63f33a
--- /dev/null
+++ b/user/iptables/ip6tables.confd
@@ -0,0 +1,14 @@
+# /etc/conf.d/ip6tables
+
+# Location in which ip6tables initscript will save set rules on
+# service shutdown
+IP6TABLES_SAVE="/etc/iptables/rules6-save"
+
+# Options to pass to ip6tables-save and ip6tables-restore
+SAVE_RESTORE_OPTIONS="-c"
+
+# Save state on stopping iptables
+SAVE_ON_STOP="yes"
+
+# Enable/disable IPv6 forwarding with the rules
+IPFORWARD="no"