Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# prevent startup with default configuration
2
# set the following varible to 1 in order to allow Shorewall to start
3
 
4
startup=0
5
 
6
# If your Shorewall configuration requires detection of the ip address of a ppp
7
# interface, you must list such interfaces in "wait_interface" to get Shorewall
8
# to wait until the interface is configured. Otherwise the script will fail
9
# because it won't be able to detect the IP address.
10
#
11
# Example:
12
#    wait_interface="ppp0"
13
# or
14
#    wait_interface="ppp0 ppp1"
15
# or, if you have defined  in /etc/shorewall/params
16
#    wait_interface=
17
 
18
#
19
# Global start/restart/stop options
20
#
21
OPTIONS=""
22
 
23
#
24
# Start options
25
#
26
STARTOPTIONS=""
27
 
28
#
29
# Restart options
30
#
31
RESTARTOPTIONS=""
32
 
33
#
34
# Init Log -- if /dev/null, use the STARTUP_LOG defined in shorewall.conf
35
#
36
INITLOG=/dev/null
37
 
38
#
39
# Set this to 1 to cause '/etc/init.d/shorewall stop' to place the firewall in
40
# a safe state rather than to open it
41
#
42
SAFESTOP=0
43
 
44
# EOF