~ubuntu-branches/debian/sid/shorewall/sid

« back to all changes in this revision

Viewing changes to Samples/three-interfaces/policy.annotated

  • Committer: Package Import Robot
  • Author(s): Roberto C. Sanchez
  • Date: 2013-05-03 08:17:42 UTC
  • mfrom: (1.3.52)
  • Revision ID: package-import@ubuntu.com-20130503081742-qo8p6k2z0dnbfqo8
Tags: 4.5.16.1-1
* New Upstream Version
* debian/patches/01_debian_configuration.patch: Refreshed
* debian/patches/02_correct_dnat_snat_behavior.patch: Removed
* Update lintian overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
#     zone that is associated with only the same bridge.
55
55
56
56
# POLICY - {ACCEPT|DROP|REJECT|CONTINUE|QUEUE|NFQUEUE[(queuenumber)]|NONE}[:{
57
 
#     default-action-or-macro|None}]
 
57
#     default-action-or-macro[:level]|None}]
58
58
59
59
#     Policy if no match from the rules file is found.
60
60
64
64
#      a. The word "None" or "none". This causes any default action defined in
65
65
#         shorewall.conf(5) to be omitted for this policy.
66
66
67
 
#      b. The name of an action (requires that USE_ACTIONS=Yes in shorewall.conf
68
 
#         (5)). That action will be invoked before the policy is enforced.
69
 
70
 
#      c. The name of a macro. The rules in that macro will be applied before the
71
 
#         policy is enforced. This does not require USE_ACTIONS=Yes.
72
 
73
 
#         Possible policies are:
 
67
#      b. The name of an action. The action will be invoked before the policy is
 
68
#         enforced.
 
69
 
70
#     Actions can have parameters specified.
 
71
 
72
#     Beginning with Shorewall 4.5.10, the action name can be followed optionally
 
73
#     by a colon and a log level. The level will be applied to each rule in the
 
74
#     action or body that does not already have a log level.
 
75
 
76
#     Possible actions are:
74
77
75
78
#     ACCEPT
76
79