Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Dubrunfaut authored and Lucie Dubrunfaut committed Feb 13, 2024
1 parent ecd40a6 commit 829ef79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/network/keysight/nvos/restapi/mode/ports.pm
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,8 @@ sub manage_selection {

# Confirmation nécessaire de ces métriques
$self->{ports}->{$_->{default_name}}{packet}{packets_dropped} = $_->{np_total_drop_count_packets}; #$_->{np_total_rx_count_invalid_packets};
$self->{ports}->{$_->{default_name}}{packet}{packets_insp} = 'test ?'; #$_->{np_total_rx_count_crc_alignment_errors};
$self->{ports}->{$_->{default_name}}{packet}{packets_insp} = $_->{np_total_rx_count_crc_alignment_errors};
$self->{ports}->{$_->{default_name}}{packet}{packets_pass} = $_->{np_total_pass_count_packets}; #$_->{np_total_deny_count_packets};
use Data::Dumper;
print Dumper($self->{ports}->{$_->{default_name}});
}
}

Expand Down

0 comments on commit 829ef79

Please sign in to comment.