Andrei Borzenkov writes:
enm1 comes from biosdevname (Ethernet on Motherboard). eno1 comes from udev (un-)predictable interface names (Ethernet On-board). So apparently biosdevname is no more applied.
Yes, but the question was if it was intentional or not, something I didn't understand from the description.
Yes, I would also call it a bug - if package is installed I do not expect its rules to disappear. After all the whole point of biosdevname is to provide rules for naming interfaces.
Turns out this is a botched patch (does anyone ever read those?) that wraps a line that should not be wrapped. --8<---------------cut here---------------start------------->8--- snapper diff 912..913 /usr/lib/udev/rules.d/71-biosdevname.rules --- /.snapshots/912/snapshot/usr/lib/udev/rules.d/71-biosdevname.rules 2015-01-31 01:53:06.000000000 +0100 +++ /.snapshots/913/snapshot/usr/lib/udev/rules.d/71-biosdevname.rules 2015-02-25 03:25:27.000000000 +0100 @@ -15,13 +15,14 @@ ENV{UDEV_BIOSDEVNAME}=="0", GOTO="netdevicename_end" ENV{UDEV_BIOSDEVNAME}=="1", GOTO="netdevicename_start" -# uncomment the next line for biosdevname to be off by default +# comment the next line for biosdevname to be on by default GOTO="netdevicename_end" LABEL="netdevicename_start" # using NAME= instead of setting INTERFACE_NAME, so that persistent # names aren't generated for these devices, they are "named" on each boot. -SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --policy physical --smbios 2.6 --nopirq -i %k", NAME="%c", OPTIONS+="string_escape=replace" +SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --policy physical --smbios 2.6 + --nopirq -i %k", NAME="%c", OPTIONS+="string_escape=replace" LABEL="netdevicename_end" --8<---------------cut here---------------end--------------->8--- The linewrap that got introduced with this change is responsible. I've filed Bug#920054. Regards Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org