Date: Mon, 07 Mar 2022 20:15:15 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 262406] [re] if_re doesn't generate MAC address if hardware has none Message-ID: <bug-262406-227-cMyamEGjca@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262406-227@https.bugs.freebsd.org/bugzilla/> References: <bug-262406-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262406 --- 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_r= e.c) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262406-227-cMyamEGjca>