[pve-devel] [PATCH] run-env: fallback to all zero mac for interfaces without
Christian Ebner
c.ebner at proxmox.com
Fri Jul 11 10:06:36 CEST 2025
On 7/11/25 10:03, Christian Ebner wrote:
> The installer assumes to have a valid mac address for all interfaces
> as provided by the runtime env json file. Deserialization will fail
> if this is not the case.
>
> In some cases, the interface might however not provide a valid MAC
> address, for example the WWAN module without any SIM installed on
> some laptops.
>
> Fix this by defaulting to an all zero MAC address if non is detected.
>
> Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
Forgot to add:
Suggested-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
More information about the pve-devel
mailing list