summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Orefice2019-04-04 15:19:18 +0200
committerAntonio Orefice2019-04-04 15:19:18 +0200
commit664fe9f69e708c66289c3f8f5edb163d3d019873 (patch)
treeb43343d7797397a35d6c507511a8da99b119e239
parent4befb7cda13638c21b4459ddd3a181c6ae8cf9b6 (diff)
downloadaur-664fe9f69e708c66289c3f8f5edb163d3d019873.tar.gz
Use a delimiter between net name and CRC16
-rw-r--r--10-net-names-crc16.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/10-net-names-crc16.rules b/10-net-names-crc16.rules
index 5016ffe2e388..829cc7d3417e 100644
--- a/10-net-names-crc16.rules
+++ b/10-net-names-crc16.rules
@@ -1,2 +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}"
+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}"