Skip to content

Instantly share code, notes, and snippets.

@arietis
Created May 31, 2012 20:56
Show Gist options
  • Save arietis/15bd0f99df1d7eb048c1 to your computer and use it in GitHub Desktop.
Save arietis/15bd0f99df1d7eb048c1 to your computer and use it in GitHub Desktop.
cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# Unknown net device (/devices/platform/mv643xx_eth_port.0/net/eth0) (mv643xx_eth_port)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:d0:4b:8f:b3:9e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment