Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#
2
# Shorewall version 4 - Params File
3
#
4
# /etc/shorewall/params
5
#
6
#	Assign any variables that you need here.
7
#
8
#	It is suggested that variable names begin with an upper case letter
9
#	to distinguish them from variables used internally within the
10
#	Shorewall programs
11
#
12
#	Example:
13
#
14
#		NET_IF=eth0
15
#		NET_BCAST=130.252.100.255
16
#		NET_OPTIONS=routefilter,norfc1918
17
#
18
#	Example (/etc/shorewall/interfaces record):
19
#
20
#		net	$NET_IF		$NET_BCAST	$NET_OPTIONS
21
#
22
#	The result will be the same as if the record had been written
23
#
24
#		net	eth0		130.252.100.255	routefilter,norfc1918
25
#
26
###############################################################################
27
 
28
#LAST LINE -- DO NOT REMOVE