2010-05-18 23:47:00 +02:00
|
|
|
# List the Shorewall products that Shorewall-init is to
|
2010-05-17 00:35:22 +02:00
|
|
|
# initialize (space-separated list).
|
|
|
|
#
|
|
|
|
# Sample: PRODUCTS="shorewall shorewall6"
|
|
|
|
#
|
|
|
|
PRODUCTS=""
|
|
|
|
|
|
|
|
#
|
|
|
|
# Set this to 1 if you want Shorewall-init to react to
|
2010-05-18 23:47:00 +02:00
|
|
|
# ifup/ifdown and NetworkManager events
|
2010-05-17 00:35:22 +02:00
|
|
|
#
|
2010-05-17 02:41:09 +02:00
|
|
|
IFUPDOWN=0
|
2011-06-19 19:10:59 +02:00
|
|
|
#
|
|
|
|
# Set this to the name of the file that is to hold
|
|
|
|
# ipset contents. Shorewall-init will load those ipsets
|
|
|
|
# during 'start' and will save them there during 'stop'.
|
|
|
|
#
|
|
|
|
SAVE_IPSETS=""
|
2012-06-02 00:54:03 +02:00
|
|
|
#
|
|
|
|
# Where Up/Down events get logged
|
|
|
|
#
|
2012-06-02 17:26:06 +02:00
|
|
|
LOGFILE=/var/log/shorewall-ifupdown.log
|
2012-06-02 00:54:03 +02:00
|
|
|
|
2013-05-06 18:36:00 +02:00
|
|
|
# Startup options - set verbosity to 0 (minimal reporting)
|
|
|
|
OPTIONS="-V0"
|
|
|
|
|