X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=rules%2F80-net-name-slot.rules;h=c5f1b3885b0e5c4402ed9d155d8a277d0652fc1e;hp=2834e82dbfab26a58aa675818988aaeec81f6ef6;hb=d09d5ecda2172ba539f1b08da9f3e9787be37229;hpb=d436eaf258cc92389b351dca6540bdc7b1cb717e diff --git a/rules/80-net-name-slot.rules b/rules/80-net-name-slot.rules index 2834e82db..c5f1b3885 100644 --- a/rules/80-net-name-slot.rules +++ b/rules/80-net-name-slot.rules @@ -1,9 +1,12 @@ # do not edit this file, it will be overwritten on update -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}"