Re: Getting a stable MAC address for a RPI CM3+ with ue0 interface

From: Patrick M. Hausen <pmh_at_hausen.com>
Date: Fri, 22 Sep 2023 16:38:40 UTC
I just finished flash and setup of my fourth module and can confirm
that this works with DHCP, SLAAC, everything:

> --------------
> /sbin/ifconfig $1 down
> /sbin/ifconfig $1 link b8:27:eb:09:cb:7d
> /sbin/ifconfig $1 up
> --------------

The "problem" I created myself seems to have been that I
changed the MAC address while the interface was up already.

Kind regards,
Patrick