Improve comments in the actions file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1632 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-09-18 00:42:14 +00:00
parent 160699e163
commit e317ab22d0
2 changed files with 12 additions and 8 deletions

View File

@ -8,10 +8,12 @@
#
# 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 (11
# character maximum length) as well as the requirements for a
# Bourne Shell identifier (must begin with a letter and be
# composed of letters, digits and underscore characters).
# they must need the requirements of a Netfilter chain. If
# you intend to log from the action then the name must be
# no longer than 11 character in length. Names must also
# meet 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

View File

@ -8,10 +8,12 @@
#
# 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 (11
# character maximum length) as well as the requirements for a
# Bourne Shell identifier (must begin with a letter and be
# composed of letters, digits and underscore characters).
# they must need the requirements of a Netfilter chain. If
# you intend to log from the action then the name must be
# no longer than 11 character in length. Names must also
# meet 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