forked from extern/shorewall_code
e5d42a14a5
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1491 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
#
|
|
# Shorewall 2.1 /etc/shorewall/actions
|
|
#
|
|
# This file allows you to define new ACTIONS for use in rules
|
|
# (/etc/shorewall/rules). You define the iptables rules to
|
|
# be performed in an ACTION in
|
|
# /etc/shorewall/action.<action-name>.
|
|
#
|
|
# ACTION names should begin with an upper-case letter to
|
|
# distinguish them from Shorewall-generated chain names and
|
|
# they must need the requirements of a Netfilter chain
|
|
# name as well as the requirements for a Bourne Shell identifier
|
|
# (must begin with a letter and be composed of letters, digits
|
|
# and underscore characters).
|
|
#
|
|
# If you follow the action name with ":DROP", ":REJECT" or
|
|
# :ACCEPT then the action will be taken before a DROP, REJECT or
|
|
# ACCEPT policy respectively is enforced. If you specify ":DROP",
|
|
# ":REJECT" or ":ACCEPT" on more than one action then only the
|
|
# last such action will be taken.
|
|
#
|
|
# If you specify ":DROP", ":REJECT" or ":ACCEPT" on a line by
|
|
# itself, the associated policy will have no common action.
|
|
#
|
|
#ACTION
|
|
|
|
#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE
|