The only option that I can see for Juju is to remove the "match" stanza from the Netplan configuration that we render. It's not strictly necessary anyway.
This should ensure that devices get an IP address, but that doesn't do anything about the hardware address that gets assigned. Juju can't control that - we supply the config and start the container; nothing else.
The only option that I can see for Juju is to remove the "match" stanza from the Netplan configuration that we render. It's not strictly necessary anyway.
This should ensure that devices get an IP address, but that doesn't do anything about the hardware address that gets assigned. Juju can't control that - we supply the config and start the container; nothing else.
Stand by for the patch.