summaryrefslogtreecommitdiff
blob: 7cd37285a20997189f2390bcdfbc8cbab75beb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /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"

# Flush all rules and delete all chains on shutdown?
CLEAR_ON_STOP="yes"