On Thu, 13 Mar 2025 20:47:34 +0100 Bastian Blank <wa...@debian.org> wrote:
And yes, using 1.1.2-2 clears that error.
Thanks for the confirmation! Let me revert that patch to get the cloud-images back into a functional state.
Question: why does this use a different concept then e.g. https://www.freedesktop.org/software/systemd/man/latest/systemd-network-generator.service.html?
This is some technical debt from several years ago. It does not comply with today's systemd-generator specification. I have some concept/idea of how to resolve this: Splitting Netplan into a proper systemd-generator and an additional .service unit. The former doing only the minimal functionality of setting up service units and its dependencies and the latter writing network configuration. But that needs a bigger refactoring in Netplan, which I didn't find the time to fully implement, yet. Cheers, Lukas