Skip to content

Commit

Permalink
RT-5.1 change from in-discards to use in-errors (openconfig#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvbaska1 authored and frasieroh committed Feb 13, 2024
1 parent 01078ff commit dd23cbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ func inCounters(tic *oc.Interface_Counters) *counters {
return &counters{unicast: tic.GetInUnicastPkts(),
multicast: tic.GetInMulticastPkts(),
broadcast: tic.GetInBroadcastPkts(),
drop: tic.GetInDiscards()}
drop: tic.GetInErrors()}
}

func outCounters(tic *oc.Interface_Counters) *counters {
Expand Down

0 comments on commit dd23cbc

Please sign in to comment.