forked from extern/shorewall_code
Correct typo in Tc.pm
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
623bdd2ff1
commit
5e7cd855c2
@ -608,7 +608,7 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$ ) {
|
||||
function => sub() {
|
||||
require_capability( 'TPROXY_TARGET', 'Use of TPROXY', 's');
|
||||
|
||||
fatal_error "TPROXY is not supported in FORMAT 1 tcrules files" if $format < 2;
|
||||
fatal_error "TPROXY is not supported in FORMAT 1 tcrules files" if $file_format < 2;
|
||||
|
||||
my ( $port, $ip, $bad );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user