forked from extern/shorewall_code
Fix some ghastly bugs in Macros -- take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2591 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
@ -4347,7 +4347,7 @@ merge_levels() # $1=level at which superior action is called, $2=level at which
|
|||||||
#
|
#
|
||||||
substitute_action() # $1 = parameter, $2 = action
|
substitute_action() # $1 = parameter, $2 = action
|
||||||
{
|
{
|
||||||
local logpart=${2##*:}
|
local logpart=${2#*:}
|
||||||
|
|
||||||
case $2 in
|
case $2 in
|
||||||
*:*)
|
*:*)
|
||||||
|
Reference in New Issue
Block a user