diff options
author | Matt Smith <mcs@darkregion.net> | 2010-09-01 17:55:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-02 12:32:29 +0000 |
commit | 0c9384fd13087147e6055d9d9d90796805645343 (patch) | |
tree | 8be5046bf37897f2ece43999021e8d87ca02c84d /main/iptables/ip6tables.confd | |
parent | 437ec46f4b7d85591865b0987634246e7e47b4fb (diff) | |
download | aports-0c9384fd13087147e6055d9d9d90796805645343.tar.bz2 aports-0c9384fd13087147e6055d9d9d90796805645343.tar.xz |
main/iptables: /etc/init.d/ip6tables unable to save rules
This fixes #420:
http://redmine.alpinelinux.org/issues/420
Diffstat (limited to 'main/iptables/ip6tables.confd')
-rw-r--r-- | main/iptables/ip6tables.confd | 11 |
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" |