You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered/introduced during fix of #8 in 4a38196
udev rule killing the (Un)PredictableNetworkNames was removed in default generation path
# cat /lib/udev/rules.d/80-net-name-slot.rules
# do not edit this file, it will be overwritten on update
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}"
LABEL="net_name_slot_end"
Discovered/introduced during fix of #8 in 4a38196
udev rule killing the (Un)PredictableNetworkNames was removed in default generation path
# cat /lib/udev/rules.d/80-net-name-slot.rules
Tags:
PredictableNetworkInterfaceNames
PredictableNetworkNames
UnPredictableNetworkInterfaceNames
UnPredictableNetworkNames
DefinitelyNotPredictableNetworkInterfaceNames
The text was updated successfully, but these errors were encountered: