add dell me4 interfaces

This commit is contained in:
garnier-quentin 2020-05-07 10:42:32 +02:00 committed by Lotfi zaouche
parent a72f89d7b1
commit 4081bbfab5
1 changed files with 3 additions and 3 deletions

View File

@ -219,9 +219,9 @@ sub manage_selection {
$self->{ports}->{ $_->{port} }->{interfaces}->{ $_->{phy} } = {
display => $_->{phy},
disparity_errors => $_->{'disparity-errors'},
invalid_dwords => $_->{'invalid-dwords'},
lost_dwords => $_->{'lost-dwords'}
disparity_errors => int($_->{'disparity-errors'}),
invalid_dwords => int($_->{'invalid-dwords'}),
lost_dwords => int($_->{'lost-dwords'})
};
}