summaryrefslogtreecommitdiff
blob: 93c0bc89b38ad22026dbeeba84ab277e7a2cb886 (plain)
1
2
3
4
5
6
7
8
9
10
11
# /etc/conf.d/ip6tables

# Location in which iptables initscript will save set rules on 
# service shutdown
IP6TABLES_SAVE="/var/lib/ip6tables/rules-save"

# Options to pass to iptables-save and iptables-restore 
SAVE_RESTORE_OPTIONS="-c"

# Save state on stopping iptables
SAVE_ON_STOP="yes"