forked from extern/shorewall_code
Fix MARK_IN_FORWARD_CHAIN=Yes with fw source
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5ddb197680
commit
f003c0644b
@ -243,7 +243,6 @@ sub process_tc_rule( ) {
|
|||||||
|
|
||||||
$source = '';
|
$source = '';
|
||||||
} elsif ( $source =~ s/^($fw):// ) {
|
} elsif ( $source =~ s/^($fw):// ) {
|
||||||
fatal_error ":F is not allowed when the SOURCE is the firewall" if $chain eq 'tcfor';
|
|
||||||
$chain = 'tcout';
|
$chain = 'tcout';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user