forked from extern/shorewall_code
Revert "Automatically specify the output interface on CLASSIFY tcrule"
This reverts commit a41ae6af76
.
This commit is contained in:
parent
a41ae6af76
commit
9a0894f44a
@ -258,12 +258,6 @@ sub process_tc_rule( ) {
|
||||
$originalmark = join( ':', normalize_hex( $mark ), normalize_hex( $designator ) );
|
||||
fatal_error "Unknown Class ($originalmark)}" unless ( $device = $classids{$originalmark} );
|
||||
fatal_error "IFB Classes may not be specified in tcrules" if @{$tcdevices{$device}{redirected}};
|
||||
|
||||
if ( $dest eq '-' ) {
|
||||
$dest = $device;
|
||||
} elsif ( $dest !=~ /^\a/ ) {
|
||||
$dest = join( ':', $device, $dest );
|
||||
}
|
||||
}
|
||||
|
||||
$chain = 'tcpost';
|
||||
|
Loading…
Reference in New Issue
Block a user