Comment 9 for bug 208103

Revision history for this message
Daniel Hahler (blueyed) wrote :

Confirming. Somehow it seems to be related to ATTR{type}=="1".

My broken 70-persistent-net.rules looked like this:
# PCI device 0x10de:0x0057 (forcedeth)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0f:ea:8c:2d:36", NAME="eth0"

# PCI device 0x11ab:0x4362 (sky2)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0f:ea:8c:2d:37", NAME="eth1"

# PCI device 0x10de:0x0057 (forcedeth)
SUBSYSTEM=="net", ACTION=="add", ATTR{type}=="1", NAME="eth2"
-------------------------

I've not yet rebooted, but removing the file and restarting udev (with a working connection), resulted in:
# PCI device 0x10de:0x0057 (forcedeth)
SUBSYSTEM=="net", ACTION=="add", ATTR{type}=="1", NAME="eth0"