closing per comment 1
** Changed in: systemd (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1914884
Title:
udev tries to assign identical name to multiple netw
In case anybody else should stumble over this issue, my solution was to create
a .link file /etc/systemd/network/10-fix-names.link with content
[Match]
OriginalName=*
[Link]
NamePolicy=path
AlternativeNamesPolicy=path
as described in
https://www.freedesktop.org/software/systemd/man/systemd.link.h