forked from extern/shorewall_code
Add comments
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5203 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
2e187768bb
commit
5190e3b699
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user