blob: 0d8d807b95b21778470095dc52fa3b2954a563ac [file] [log] [blame]
Brian Silvermana16525a2013-09-08 17:46:23 -07001# This is a file that will make any NIC eth0.
2# It prevents the persistent net rules generator from running because that ends
Brian Silverman14fd0fb2014-01-14 21:42:01 -08003# up naming the 1 NIC eth1 instead of when you move a disk between boxes.
Brian Silvermana16525a2013-09-08 17:46:23 -07004# Put it in /etc/udev/rules.d/ to use it.
5
6SUBSYSTEM=="net", ACTION=="add", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"