mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't count InFramesL2FilterDiscards into Ierr. This value does not represent
a real packet error but simply indicate that an unexpected unicast or multicast error was received by the NIC, which was not counted in the past as well. Reported by: many (on -stable@) Reviewed by: davidch MFC after: 3 days
This commit is contained in:
parent
6fca90a0f9
commit
204cbef71b
1 changed files with 0 additions and 1 deletions
|
|
@ -7408,7 +7408,6 @@ bce_stats_update(struct bce_softc *sc)
|
|||
(u_long) sc->stat_IfInMBUFDiscards +
|
||||
(u_long) sc->stat_Dot3StatsAlignmentErrors +
|
||||
(u_long) sc->stat_Dot3StatsFCSErrors +
|
||||
(u_long) sc->stat_IfInFramesL2FilterDiscards +
|
||||
(u_long) sc->stat_IfInRuleCheckerDiscards +
|
||||
(u_long) sc->stat_IfInFTQDiscards +
|
||||
(u_long) sc->com_no_buffers;
|
||||
|
|
|
|||
Loading…
Reference in a new issue