# /etc/conf.d/iptables - iptables initscript configuration file # $Id$ # Location where iptables will save the rules on service shutdown IPTABLES_SAVE_PATH="/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"