diff --git a/Lrp/etc/init.d/shorewall b/Lrp/etc/init.d/shorewall index be028befd..3b5f29a9f 100755 --- a/Lrp/etc/init.d/shorewall +++ b/Lrp/etc/init.d/shorewall @@ -1661,7 +1661,7 @@ add_a_rule() multiport="$multioption" dports="--dports" fi - dports="$dports $ports" + dports="$dports $port" fi if [ -n "$cport" -a "x${cport}" != "x-" ]; then diff --git a/STABLE/firewall b/STABLE/firewall index be028befd..3b5f29a9f 100755 --- a/STABLE/firewall +++ b/STABLE/firewall @@ -1661,7 +1661,7 @@ add_a_rule() multiport="$multioption" dports="--dports" fi - dports="$dports $ports" + dports="$dports $port" fi if [ -n "$cport" -a "x${cport}" != "x-" ]; then diff --git a/Shorewall/firewall b/Shorewall/firewall index be028befd..3b5f29a9f 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -1661,7 +1661,7 @@ add_a_rule() multiport="$multioption" dports="--dports" fi - dports="$dports $ports" + dports="$dports $port" fi if [ -n "$cport" -a "x${cport}" != "x-" ]; then