diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 2e80517b8..8f579edc8 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -6431,7 +6431,7 @@ activate_rules() # are inserted before jumps to one-to-one NAT chains. # addrulejump() # $1 = BUILTIN chain, $2 = user chain, $3 - * other arguments - { + { local sourcechain=$1 destchain=$2 shift shift @@ -6446,7 +6446,7 @@ activate_rules() fi } - + # # Add jumps to early SNAT chains #