Comment # 4 on bug 1205639 from
I also needed to change eth0 in the firewalld configuration, so a better
solution is to enter the following in
/etc/udev/rules.d/70-persistent-net.rules:

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="dwmac-sun8i",
ATTR{dev_id}=="0x0",ATTR{type}=="1", ATTR{address}=="02:ba:f7:39:24:a4",NAM
E="eth0"

all on one line.
This brings the name back to eth0, where items, DRIVERS and ATTR{address} are
copied from:
# hwinfo --network
18: None 00.0: 10701 Ethernet                                   
  [Created at net.126]
  Unique ID: 5WpM.ndpeucax6V1
  Parent ID: Euci.TfPFe67fIBB
  SysFS ID: /class/net/end0
  SysFS Device Link: /devices/platform/soc/1c30000.ethernet
  Hardware Class: network interface
  Model: "Ethernet network interface"
  Driver: "dwmac-sun8i"
  Driver Modules: "dwmac_sun8i"
  Device File: end0
  HW Address: 02:ba:f7:39:24:a4
  Permanent HW Address: 02:ba:f7:39:24:a4
  Link detected: yes
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #3 (Ethernet controller)


You are receiving this mail because: