diff -r 36849cbd9554 -r 862c7d765472 airootfs/etc/systemd/network/20-ethernet.network --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/airootfs/etc/systemd/network/20-ethernet.network Fri May 31 16:44:48 2024 -0400 @@ -0,0 +1,13 @@ +[Match] +# Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*). +# See https://bugs.archlinux.org/task/70892 +# Instead match by globbing the network interface name. +Name=en* +Name=eth* + +[Link] +RequiredForOnline=routable + +[Network] +DHCP=yes +MulticastDNS=yes