Fix MARK_IN_FORWARD_CHAIN=Yes with fw source

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-01-06 09:26:43 -08:00
parent 5ddb197680
commit f003c0644b

View File

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