Quantcast
Channel: CentOS Bug Tracker - Issues
Viewing all articles
Browse latest Browse all 19115

0005760: udevd creates wrong entry in 70-persistent-net.rules when using tagging

$
0
0
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"

Viewing all articles
Browse latest Browse all 19115

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>