Thanks!
I've never had to beg the Ubuntu package maintainers for patches, so I'll have to learn the process.
Alternatively, it looks like copying /lib/udev/rules.d/80-net-setup-link.rules to /etc/udev/rules.d/ and changing 'NAME="$env{ID_NET_NAME}"' to 'NAME="$env{ID_NET_NAME_PATH}"' would also work. Is there any issue with this approach?
Thanks for your help!
On Fri, Dec 17, 2021 at 4:20 AM Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> wrote:
As Lennart wrote, some of the changes since v245 are likely to fix
your issue. I'd put my money on
https://github.com/systemd/systemd/commit/2c8ec0095e i.e. systemd 247,
but it's probably best to try systemd 249.
Zbyszek