Magellan Linux

Contents of /trunk/iptables/iptables.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (show annotations) (download)
Sat Dec 31 16:16:46 2005 UTC (18 years, 4 months ago) by niro
File size: 429 byte(s)
new files

1 # /etc/conf.d/iptables - iptables initscript configuration file
2 # $Header: /root/magellan-cvs/src/iptables/iptables.confd,v 1.1 2005-12-31 16:16:46 niro Exp $
3
4 # Location in which iptables initscript will save set rules on
5 # service shutdown
6 IPTABLES_SAVE_PATH="/var/lib/iptables/rules-save"
7
8 # Options to pass to iptables-save and iptables-restore
9 SAVE_RESTORE_OPTIONS="-c"
10
11 # Save state on stopping iptables
12 SAVE_ON_STOP="yes"