Magellan Linux

Contents of /trunk/iptables/iptables.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1611 - (show annotations) (download)
Thu Jan 12 12:19:57 2012 UTC (12 years, 3 months ago) by niro
File size: 325 byte(s)
-fixed header and spelling
1 # /etc/conf.d/iptables - iptables initscript configuration file
2 # $Id$
3
4 # Location where iptables will save the rules on service shutdown
5 IPTABLES_SAVE_PATH="/var/lib/iptables/rules-save"
6
7 # Options to pass to iptables-save and iptables-restore
8 SAVE_RESTORE_OPTIONS="-c"
9
10 # Save state on stopping iptables
11 SAVE_ON_STOP="yes"