summaryrefslogtreecommitdiffstats
path: root/main/iptables/ip6tables.confd
blob: 1fa63f33a64bb9aa454a02f89c25ac34999ee718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"