# This file maintains persistent names for network interfaces. # See udev(7) for syntax. # # Entries are automatically added by the 75-persistent-net-generator.rules # file; however you are also free to add your own entries. # Initial entry # Expect error during # * Loading hardware drivers... # udevd-event[608]: error changing netif name eth0 to eth1: Device or resource busy # SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:02:F7:00:19:18", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # System generated entry added:- # net device () SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:02:f7:00:19:18", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"