Date: Tue, 26 Sep 2023 11:57:27 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address Message-ID: <bug-274092-7501-FiT75KYRCq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274092-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-274092-7501@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=3D274092 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 on= ly 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 o= f it yet. --=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-274092-7501-FiT75KYRCq>