I'm trying to move vxcan1 interface to alpine:3.18 container, but upon entering the container shell, the device is named eth0
Below is dmesg log indicating renaming of the interface:
[ 5669.641031] eth0: renamed from vxcan1
It works fine, but the naming is wrong. Any ideas how to fix it ?
I'm trying to move
vxcan1
interface toalpine:3.18
container, but upon entering the container shell, the device is namedeth0
Below is dmesg log indicating renaming of the interface:It works fine, but the naming is wrong. Any ideas how to fix it ?