diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2012-02-23 13:00:51 +0000 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2012-02-23 13:00:51 +0000 |
commit | 836801afd6326a30b061fbae7dd0469a9a46049f (patch) | |
tree | 9b2ff434b3b5796fd01656c66e05c32ea6de6356 /main/iptables/ip6tables.confd | |
parent | 2514e25af06a563c1343bd3a6feb29e619ea3938 (diff) | |
download | aports-836801afd6326a30b061fbae7dd0469a9a46049f.tar.bz2 aports-836801afd6326a30b061fbae7dd0469a9a46049f.tar.xz |
main/iptables: ip6tables rules moved to /etc/iptables
Diffstat (limited to 'main/iptables/ip6tables.confd')
-rw-r--r-- | main/iptables/ip6tables.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iptables/ip6tables.confd b/main/iptables/ip6tables.confd index 6a8d94c75..57241f223 100644 --- a/main/iptables/ip6tables.confd +++ b/main/iptables/ip6tables.confd @@ -2,7 +2,7 @@ # Location in which ip6tables initscript will save set rules on # service shutdown -IP6TABLES_SAVE="/var/lib/ip6tables/rules-save" +IP6TABLES_SAVE="/etc/iptables/rules6-save" # Options to pass to ip6tables-save and ip6tables-restore SAVE_RESTORE_OPTIONS="-c" |