Hi,
I am using oVirt node 3.0.3. It seems systemd renames all the interfaces from ethx to
something else. Not sure why but this creates lots of problems for some old scripts.
For example:
[root@localhost ~]# dmesg | grep -i eth0
[ 2.441579] bnx2 0000:10:00.0 eth0: Broadcom NetXtreme II BCM5709 1000Base-SX (C0) PCI
Express found at mem fa000000, IRQ 30, node addr 5c:f3:fc:20:6e:58
[ 27.222803] systemd-udevd[822]: renamed network interface eth0 to enp16s0f0
Is there anyway to prevent this?
Thanks.