Add comments

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5203 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-01-07 16:54:57 +00:00
parent 2e187768bb
commit 5190e3b699

View File

@ -268,6 +268,9 @@ createchain() # $1 = chain name, $2 = If "yes", do section-end processing
eval exists_${c}=Yes
}
#
# This version creates the chain if it doesn't already exist
#
createchain2() # $1 = chain name, $2 = If "yes", create default rules
{
local c=$(chain_base $1)