mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 02:08:48 +02:00
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
|
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
|
createchain2() # $1 = chain name, $2 = If "yes", create default rules
|
||||||
{
|
{
|
||||||
local c=$(chain_base $1)
|
local c=$(chain_base $1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user