Magellan Linux

Annotation of /trunk/ebtables/ebtables.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 430 - (hide annotations) (download)
Fri Dec 14 10:49:34 2007 UTC (16 years, 5 months ago) by niro
File size: 429 byte(s)
-initscript for ebtables

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