[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: Wed, 27 Sep 2023 07:24:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274092

--- Comment #11 from punkt.de Hosting Team <mops@punkt.de> ---
The definition in sys/net/ethernet.h looks alright:

/*
 * Structure of a 48-bit Ethernet address.
 */
struct ether_addr {
        u_char octet[ETHER_ADDR_LEN];
} __packed;


ETHER_ADDR_LEN is defined as 6.

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