Skip to content

Commit

Permalink
Merge pull request #274 from jwslater0823/master
Browse files Browse the repository at this point in the history
80-net-name-slot.rules: consider ID_NET_NAME_MAC as a name
  • Loading branch information
bbonev authored Jan 17, 2024
2 parents 3465d06 + e00158c commit 611b6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/80-net-name-slot.rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ 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}"
NAME=="", ENV{ID_NET_NAME_MAC}!="", NAME="$env{ID_NET_NAME_MAC}"

LABEL="net_name_slot_end"

0 comments on commit 611b6fb

Please sign in to comment.