Package: udev
Version: 0.125-7

What i do:

10 Network interfaces are in the system, for 8 of them the driver is
blacklisted (but was already used). I plug two additional ones.

Expected behavior (ifconfig -a)

Before: eth0-9

After temporary Blacklisting: eth0, 1

After plugging to new NICs:
eth0,1,10,11

Actual behavior:

Weired eth1_renamed stuff

I checked 
/etc/udev/rules.d/70_persistent-net.rules

that is generated by:

/lib/udev/write_net_rules


# PCI device xxxxxxxxx (igb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:1b:xxxxxx", ATTR{type}=="1", KERNEL=="eth*",
NAME="eth9"

# PCI device 0x1106:0x3106 (via-rhine)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:0f:xxxxx", ATTR{type}=="1", KERNEL=="eth*",
NAME="eth1"

# PCI device 0x1106:0x3106 (via-rhine)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:0f:xxxx", ATTR{type}=="1", KERNEL=="eth*",
NAME="eth1"
~


To me I looks lile that script write_net_rules can not use ethXX (with
two digits) properly and just cuts the second digit.


I am using Debian GNU/Linux 5.0.1.


Alexander




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to