[Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 Sep 2023 11:57:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274092

Mike Karels <karels@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karels@freebsd.org

--- Comment #9 from Mike Karels <karels@freebsd.org> ---
(In reply to Michael Tuexen from comment #8)
I'd prefer not to use such a cast; it assumes that struct ether_addr has only
the 6-byte address.  On the other hand, maybe ether_gen_addr() should be
changed to use the raw pointer to the array.  There aren't too many users of it
yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.