From 8ef2a5a867f6ab865c8178bba16c3fc98e0a4979 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 21 Feb 2004 16:13:24 +0000 Subject: [PATCH] clean up the actions file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1160 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/actions | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Shorewall2/actions b/Shorewall2/actions index ebadc7b39..8fb669752 100644 --- a/Shorewall2/actions +++ b/Shorewall2/actions @@ -9,13 +9,19 @@ # 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. +# 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. # -# If you follow the action name with ":DROP" or ":REJECT" then -# the action will be taken before a DROP or REJECT policy -# respectively is enforced. If you specify ":DROP" or ":REJECT" -# on more than one action then only the last such action will be -# taken. #ACTION #LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE