Cosmetic change to OUT-BANDWIDTH code

This commit is contained in:
Tom Eastep 2010-09-12 16:33:19 -07:00
parent bd9041306c
commit 283eda2fa5

View File

@ -538,8 +538,7 @@ sub process_simple_device() {
emit $command;
my $id = $number;
$number = in_hexp( $devnum | 0x100 );
my $id = $number; $number = in_hexp( $devnum | 0x100 );
emit "run_tc qdisc add dev $physical parent $id: handle $number: prio bands 3 priomap $config{TC_PRIOMAP}";
} else {