* Michael Biebl [2019-11-04 16:43:30]:
> Am 04.11.19 um 16:08 schrieb Michael Biebl:
> > Oh, I see that iwd now ships
> > /lib/systemd/network/80-iwd.link containing:
> >
> > [Match]
> > Type=wlan
> >
> > [Link]
> > NamePolicy=keep kernel
> >
> > This will disable the new naming scheme for wlan devices.
> > This explains why Nicolas did not see any error message in the kernel
> > log about wlan0 being busy.
> >
> >
> > So the mere fact that iwd was installed changed the way the interfaces
> > are named. You don't actually have to enable/start iwd.
>
> Should we maybe document this in iwd's README.Debian?
> I'm sure not every user will read that README.Debian but I don't think
> it would hurt.
At least I would have read it :).
So if I want to keep the old behaviour, I should override this and
replace
NamePolicy=keep kernel
By something like
NamePolicy=path keep kernel
But then I will also need to launch iwd with "--nointerfaces" in order
for it to ignore the not yet renamed interfaces.
It looks to me like it's a bit too much to do in order to use the
predictable naming scheme.
Anyway thank you very much!