mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-19 03:01:10 +01: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;
|
||||
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user