Correct script generation problem with TPROXY

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-06-29 20:05:27 -07:00
parent 3e8c1f4e3c
commit f09d286738

View File

@ -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;