Merge "Add FCoE rules to fix env renaming"

This commit is contained in:
Jenkins 2017-02-21 14:20:30 +00:00 committed by Gerrit Code Review
commit 7d1bb708d1
1 changed files with 2 additions and 0 deletions

View File

@ -15,4 +15,6 @@ LABEL="net_name_onboard_end"
NAME=="", ENV{ID_NET_NAME_SLOT}!="", NAME="$env{ID_NET_NAME_SLOT}"
NAME=="", ENV{ID_NET_NAME_PATH}!="", NAME="$env{ID_NET_NAME_PATH}"
ENV{DEVTYPE}=="fcoe", ENV{ID_NET_NAME_PATH}!="", NAME="$env{ID_NET_NAME_PATH}"
LABEL="net_name_slot_end"