summarylogtreecommitdiffstats
path: root/10-net-names-crc16.rules
diff options
context:
space:
mode:
authorAntonio Orefice2019-04-04 15:08:45 +0200
committerAntonio Orefice2019-04-04 15:08:45 +0200
commit5642b8656875a1fda2e4f3eeb612ffdfc95efad3 (patch)
treea7b7385583aec1cb7b73102887ff26eb652b7740 /10-net-names-crc16.rules
parent2e0c3e77f4f916563c7d070466e09eeaffebdc76 (diff)
downloadaur-5642b8656875a1fda2e4f3eeb612ffdfc95efad3.tar.gz
Add wired devices to the rule and an install file to reload udev rules
Diffstat (limited to '10-net-names-crc16.rules')
-rw-r--r--10-net-names-crc16.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/10-net-names-crc16.rules b/10-net-names-crc16.rules
index 3038d889757c..5016ffe2e388 100644
--- a/10-net-names-crc16.rules
+++ b/10-net-names-crc16.rules
@@ -1 +1,2 @@
SUBSYSTEM=="net", ACTION=="add", KERNEL=="wlan*", PROGRAM="/usr/bin/crc16.sh $attr{address}", NAME="wlan%c{1}"
+SUBSYSTEM=="net", ACTION=="add", KERNEL=="eth*", PROGRAM="/usr/bin/crc16.sh $attr{address}", NAME="eth%c{1}"