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