mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-17 19:18:32 +01:00
Correct script generation problem with TPROXY
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
3e8c1f4e3c
commit
f09d286738
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user