mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 18:21:27 +02:00
Cosmetic change to OUT-BANDWIDTH code
This commit is contained in:
parent
bd9041306c
commit
283eda2fa5
@ -538,8 +538,7 @@ sub process_simple_device() {
|
|||||||
|
|
||||||
emit $command;
|
emit $command;
|
||||||
|
|
||||||
my $id = $number;
|
my $id = $number; $number = in_hexp( $devnum | 0x100 );
|
||||||
$number = in_hexp( $devnum | 0x100 );
|
|
||||||
|
|
||||||
emit "run_tc qdisc add dev $physical parent $id: handle $number: prio bands 3 priomap $config{TC_PRIOMAP}";
|
emit "run_tc qdisc add dev $physical parent $id: handle $number: prio bands 3 priomap $config{TC_PRIOMAP}";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user