Skip to content

Instantly share code, notes, and snippets.

@cjac
Created April 11, 2018 20:12
Show Gist options
  • Save cjac/33f55e68105433aaf096bc733256701b to your computer and use it in GitHub Desktop.
Save cjac/33f55e68105433aaf096bc733256701b to your computer and use it in GitHub Desktop.
cjac@wanjet1:~$ grep -e six /etc/udev/rules.d/70-persistent-net.rules
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="52:54:00:b8:48:b9", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="six"
# USB device 0x:0x (asix)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="52:54:00:b8:48:b9", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="six"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment