aboutsummaryrefslogtreecommitdiff
path: root/archiso_config/airootfs/etc/systemd/network/20-ethernet.network
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-09-05 12:11:51 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2025-09-05 12:11:51 -0400
commit158aad959cab6784d06728f617ee6255d4c2f7fe (patch)
tree6355af961d23314bd1791d8f209d589074890a33 /archiso_config/airootfs/etc/systemd/network/20-ethernet.network
downloadvoussoir-158aad959cab6784d06728f617ee6255d4c2f7fe.tar.gz
voussoir-158aad959cab6784d06728f617ee6255d4c2f7fe.tar.xz
Import baseline archiso configuration
Diffstat (limited to 'archiso_config/airootfs/etc/systemd/network/20-ethernet.network')
-rw-r--r--archiso_config/airootfs/etc/systemd/network/20-ethernet.network13
1 files changed, 13 insertions, 0 deletions
diff --git a/archiso_config/airootfs/etc/systemd/network/20-ethernet.network b/archiso_config/airootfs/etc/systemd/network/20-ethernet.network
new file mode 100644
index 0000000..0e4287b
--- /dev/null
+++ b/archiso_config/airootfs/etc/systemd/network/20-ethernet.network
@@ -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