diff options
Diffstat (limited to 'repo/iptables/ip6tables.confd')
-rw-r--r-- | repo/iptables/ip6tables.confd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/repo/iptables/ip6tables.confd b/repo/iptables/ip6tables.confd new file mode 100644 index 0000000..1fa63f3 --- /dev/null +++ b/repo/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" |