https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274092

--- Comment #11 from punkt.de Hosting Team <m...@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.

Reply via email to