17 Feb
2020
17 Feb
'20
21:20
Hi,
A udev rule must be used to map identifiers to interface names. It is important to use a different namespace for interface names. In other words: do not rename them to ethN in such rules. A rename will happen while the kernel still enumerates the remaining interfaces. This leads to clashes.
Thanks for pointing this out. I made the rules in following fashion: SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="06:00:11:22:33:44", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="ens0" thanks, Martin -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org