USB network interface with dynamic MAC

Hi there!

Devices whose MAC addresses change dynamically aren’t supported by MAAS.

One approach to this could be to write a custom commissioning script to perform the actions that you need

Another might be to use a cloud-init script during deployment. Here is an example of this in action.

Hope that helps!