mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 03:34:31 +01:00
Improve comments in the actions file
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1631 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e330130881
commit
160699e163
@ -8,10 +8,10 @@
|
||||
#
|
||||
# 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).
|
||||
# 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).
|
||||
#
|
||||
# If you follow the action name with ":DROP", ":REJECT" or
|
||||
# :ACCEPT then the action will be taken before a DROP, REJECT or
|
||||
|
@ -8,10 +8,10 @@
|
||||
#
|
||||
# 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).
|
||||
# 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).
|
||||
#
|
||||
# If you follow the action name with ":DROP", ":REJECT" or
|
||||
# :ACCEPT then the action will be taken before a DROP, REJECT or
|
||||
|
Loading…
Reference in New Issue
Block a user