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=""
|