~ubuntu-branches/ubuntu/precise/shorewall6/precise

« back to all changes in this revision

Viewing changes to configfiles/params.annotated

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2011-06-07 20:42:53 UTC
  • mfrom: (1.3.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20110607204253-shuyx4o2yvc7v9my
Tags: 4.4.20.1-1
* New Upstream Version
* New debconf translation, Brazilian Portugese, thanks to Eder L. Marques
  (Closes: #629115)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Shorewall6 version 4 - Params File
 
3
#
 
4
# /etc/shorewall6/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
#       Shorewall6 programs
 
11
#
 
12
#       Example:
 
13
#
 
14
#               NET_IF=eth0
 
15
#               NET_OPTIONS=dhcp,nosmurfs
 
16
#
 
17
#       Example (/etc/shorewall6/interfaces record):
 
18
#
 
19
#               net     $NET_IF         -       $NET_OPTIONS
 
20
#
 
21
#       The result will be the same as if the record had been written
 
22
#
 
23
#               net     eth0            -       dhcp,nosmurfs
 
24
#
 
25
###############################################################################
 
26
#           
 
27
#    Assign any shell variables that you need in this file.
 
28
#           
 
29
#    It is suggested that variable names begin with an upper case
 
30
#    letter to distinguish them from variables used internally
 
31
#    within the Shorewall programs
 
32
#           
 
33
#    The following variable names must be avoided. Those in bold
 
34
#    font must be avoided in all Shorewall versions; those in
 
35
#    regular font must be avoided in versions prior to 4.4.8.
 
36
#    Any option from shorewall6.conf (5)
 
37
#    COMMAND
 
38
#    CONFDIR
 
39
#    DEBUG
 
40
#    ECHO_E
 
41
#    ECHO_N
 
42
#    EXPORT
 
43
#    FAST
 
44
#    FILEMODE
 
45
#    HOSTNAME
 
46
#    IPT_OPTIONS
 
47
#    NOROUTES
 
48
#    PREVIEW
 
49
#    PRODUCT
 
50
#    PROFILE
 
51
#    PURGE
 
52
#    RECOVERING
 
53
#    RESTOREPATH
 
54
#    RING_BELL
 
55
#    SHAREDIR
 
56
#    Any name beginning with SHOREWALL_ or SW_
 
57
#    STOPPING
 
58
#    TEST
 
59
#    TIMESTAMP
 
60
#    USE_VERBOSITY
 
61
#    VARDIR
 
62
#    VERBOSE
 
63
#    VERBOSE_OFFSET
 
64
#    VERSION
 
65
#           
 
66
#    Example params file:
 
67
#           NET_IF=eth0
 
68
#           NET_OPTIONS=dhcp,nosmurfs
 
69
#           
 
70
#    Example shorewall6-interfaces(5) file.
 
71
#           ZONE    INTERFACE       BROADCAST       OPTIONS
 
72
#           net     $NET_IF         -               $NET_OPTIONS
 
73
#           
 
74
#    This is the same as if the interfaces file had contained:
 
75
#           ZONE    INTERFACE       BROADCAST       OPTIONS
 
76
#           net     eth0            -               dhcp,nosmurfs
 
77
#           
 
78
###############################################################################
 
79
#LAST LINE -- DO NOT REMOVE