forked from extern/shorewall_code
Fix bug in tcfilters with device numbers > 9
This commit is contained in:
parent
44bd1708f1
commit
f2b9851282
@ -980,7 +980,7 @@ sub process_tc_filter() {
|
||||
|
||||
( $device , my $devref ) = dev_by_number( $device );
|
||||
|
||||
my $devnum = $devref->{number};
|
||||
my $devnum = in_hex $devref->{number};
|
||||
|
||||
my $tcref = $tcclasses{$device};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user