# MAC address match. Will name the device with the specified MAC address the value given in the NAME property:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="50:6b:8d:a5:33:a9", ATTR{type}=="1", KERNEL=="*", NAME="net0"

# MAC address match. Will name the device with the specified MAC address the value given in the NAME property:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="50:6b:8d:ff:94:11", ATTR{type}=="1", KERNEL=="*", NAME="net1"
