Workstations with 10GigE. udevd makes and entry with p1p1.vlanid in the 70-persistent-net.rules files.<br />
<br />
[root@pdc-wkst03 ~]# more 70-persistent-net.rules.UDEVD-BUG<br />
# This file was automatically generated by the /lib/udev/write_net_rules<br />
# program, run by the persistent-net-generator.rules rules file.<br />
#<br />
# You can modify it, as long as you keep each rule on a single<br />
# line, and change only the value of the NAME= key.<br />
<br />
# PCI device 0x14e4:0x1681 (tg3)<br />
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="d0:67:e5:e8:c0:2f", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"<br />
<br />
# PCI device 0x8086:0x10fb (ixgbe) (custom name provided by external tool)<br />
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:ed:1f:8c:6c", ATTR{type}=="1", KERNEL=="eth*", NAME="p1p1.12<br />
1"<br />
<br />
# PCI device 0x8086:0x10fb (ixgbe) (custom name provided by external tool)<br />
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:ed:1f:8c:6c", ATTR{type}=="1", KERNEL=="eth*", NAME="p1p1"<br />
<br />
<br />
Proper file should be like this:<br />
<br />
[root@pdc-wkst03 ~]# more 70-persistent-net.rules<br />
# This file was automatically generated by the /lib/udev/write_net_rules<br />
# program, run by the persistent-net-generator.rules rules file.<br />
#<br />
# You can modify it, as long as you keep each rule on a single<br />
# line, and change only the value of the NAME= key.<br />
<br />
# PCI device 0x14e4:0x1681 (tg3)<br />
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="d0:67:e5:e8:c0:2f", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"<br />
<br />
# PCI device 0x8086:0x10fb (ixgbe) (custom name provided by external tool)<br />
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:ed:1f:8c:6c", ATTR{type}=="1", KERNEL=="eth*", NAME="p1p1"
↧