diff options
Diffstat (limited to 'main/iptables/ip6tables.confd')
-rw-r--r-- | main/iptables/ip6tables.confd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/iptables/ip6tables.confd b/main/iptables/ip6tables.confd index 6a8d94c75..1fa63f33a 100644 --- a/main/iptables/ip6tables.confd +++ b/main/iptables/ip6tables.confd @@ -2,10 +2,13 @@ # 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" # Save state on stopping iptables SAVE_ON_STOP="yes" + +# Enable/disable IPv6 forwarding with the rules +IPFORWARD="no" |