summaryrefslogtreecommitdiffstats
path: root/main/iptables/iptables.confd
blob: 91287debdbcfbcb02f6c7b5cd741ab217de70325 (plain)
1
2
3
4
5
6
7
8
9
10
11
# /etc/conf.d/iptables

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

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

# Save state on stopping iptables
SAVE_ON_STOP="yes"