diff --git a/Shorewall/Perl/Shorewall/Tc.pm b/Shorewall/Perl/Shorewall/Tc.pm index 1fbe966a3..9a2cea2b9 100644 --- a/Shorewall/Perl/Shorewall/Tc.pm +++ b/Shorewall/Perl/Shorewall/Tc.pm @@ -373,7 +373,7 @@ sub process_tc_rule( ) { $port = 0; } - $target .= "--on-port $port"; + $target .= " --on-port $port"; if ( supplied $ip ) { validate_address $ip, 1;