Comment 1 for bug 1397654

Revision history for this message
Guest (disposable-s) wrote :

Even when I add 'net.ifnames=0' and 'biosdevname=0' to /etc/default/grub:
> cat /etc/default/grub
[snip]
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 biosdevname=0"
[snip]

and update-grub + reboot, udev still renames my interfaces when adding new virtual wifi interfaces (see first post for instructions).

In my opinion, this behaviour is a serious bug.
When I tell udev not to touch my network interfaces (with net.ifnames=0 - or is there another option?),
it has to honour my decision.

My system is:
> cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"

> uname -a
Linux [hostname snipped] 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux