[Bug 262406] [re] if_re doesn't generate MAC address if hardware has none

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 07 Mar 2022 20:15:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262406

--- Comment #1 from Evgeni Golov <evgeni@debian.org> ---
ether_gen_addr(ifp, (struct ether_addr *)eaddr);

works much better if you cast properly (eaddr is a plain char array in if_re.c)

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