summarylogtreecommitdiffstats
path: root/80-net-name-slot.rules
diff options
context:
space:
mode:
Diffstat (limited to '80-net-name-slot.rules')
-rw-r--r--80-net-name-slot.rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/80-net-name-slot.rules b/80-net-name-slot.rules
index e0990de2d3a8..fdb87a82dee1 100644
--- a/80-net-name-slot.rules
+++ b/80-net-name-slot.rules
@@ -1,7 +1,10 @@
-ACTION=="remove", GOTO="net_name_slot_end"
+ACTION!="add", GOTO="net_name_slot_end"
SUBSYSTEM!="net", GOTO="net_name_slot_end"
NAME!="", GOTO="net_name_slot_end"
+IMPORT{cmdline}="net.ifnames"
+ENV{net.ifnames}=="0", GOTO="net_name_slot_end"
+
#NAME=="", ENV{ID_NET_NAME_ONBOARD}!="", NAME="$env{ID_NET_NAME_ONBOARD}"
#NAME=="", ENV{ID_NET_NAME_SLOT}!="", NAME="$env{ID_NET_NAME_SLOT}"
#NAME=="", ENV{ID_NET_NAME_PATH}!="", NAME="$env{ID_NET_NAME_PATH}"