After updates and reboot, no network
rc.conf.pacnew has the network like this which agrees with https://wiki.archlinux.org/index.php/Rc.conf
$this->bbcode_second_pass_code('', '# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
# - interface: name of device (required)
# - address: IP address (leave blank for DHCP)
# - netmask: subnet mask (ignored for DHCP)
# - gateway: default route (ignored for DHCP)
#
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# gateway=192.168.0.1
#
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=
interface=eth0
address=
netmask=
gateway=
')
My rc.conf is like https://wiki.archlinux.org/index.php/Network#Configure_IP
Network is failing with both, don't have time to look at as our business server has fallen over, but surely this is affecting others by now?