Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # If we don't create generic udev rules, then udev will try to save the | |
| 2 # history of various devices (i.e. always associate a given device and MAC | |
| 3 # address with the same wlan number). As we use a keyfob across different | |
| 4 # machines the ethN and wlanN keep changing. | |
| 5 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" | |
| 6 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="wlan*" , NAME="wlan0" | |
| OLD | NEW |