fix qos stormshield calc
This commit is contained in:
parent
ec53fb962c
commit
aef9b21197
|
@ -207,8 +207,8 @@ sub manage_selection {
|
|||
foreach (('in', 'out')) {
|
||||
$result->{'speed_' . $_} = defined($self->{option_results}->{'speed_' . $_}) && $self->{option_results}->{'speed_' . $_} =~ /(\d+)/ ?
|
||||
($1 * 1000 * 1000): (defined($result->{'speed_' . $_}) ? ($result->{'speed_' . $_} * 1024 * 1000) : 0);
|
||||
$result->{'traffic_' . $_} *= 1000;
|
||||
$result->{'traffic_' . $_ . '_peak'} *= 1000;
|
||||
$result->{'traffic_' . $_} *= 8;
|
||||
$result->{'traffic_' . $_ . '_peak'} *= 8;
|
||||
}
|
||||
$self->{qos}->{$_} = {
|
||||
%{$self->{qos}->{$_}},
|
||||
|
|
Loading…
Reference in New Issue