+ Fix otd unit bits
This commit is contained in:
parent
2abe4ffd39
commit
39acea4bc2
|
@ -127,6 +127,8 @@ sub manage_selection {
|
|||
next;
|
||||
}
|
||||
|
||||
$result->{vsInOctets} *= 8;
|
||||
$result->{vsOutOctets} *= 8;
|
||||
$self->{vs}->{$instance} = {
|
||||
display => $result->{vsId},
|
||||
%$result
|
||||
|
|
Loading…
Reference in New Issue