I tried to rename an ethernet interface name with the following udev rule in config.json
“os”: {
“udevRules”: {
“70”: “SUBSYSTEM==\“net\”, ACTION==\“add\”, DRIVERS==\”?*\“, ATTR{dev_id}==\“0x0\”, ATTR{type}==\“1\”, KERNEL==\“enp6s0\”, NAME=\“eth_cam2\”\n”
}
}
This doesn’t work somehow. I also tried it with ATTR{address} and the MAC address, but that doesn’t work either. On ubuntu this rule works as expected.