X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=rules%2F80-net-name-slot.rules;h=c5f1b3885b0e5c4402ed9d155d8a277d0652fc1e;hb=22f5f6281fc25f43a85938e9dad2480b2595c471;hp=2834e82dbfab26a58aa675818988aaeec81f6ef6;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git 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}"