bsdhw/Trends

Wrong accounting of NIC number

Opened this issue · 2 comments

Trends seems to count the number of /different/ network interface controllers instead of "total network controllers on board".

Examples: All APU2/3 (b7dad, 4eb0f, 055bf, 95ad3, a857b, b1aaa, ...) should have at least three NICs, APU4s (bb91d, df35c, 3aeaa, ...) should have at least 4.

Proposed solution: Factor in multiplicity (it is already detected correctly) - or change description to "different network controller types".

This is now fixed. Please verify.

Thanks.