From 18bb8c2b4559087f7d70e8b92c87505a327790e5 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sat, 22 Jan 2022 12:08:14 +0200 Subject: configs/*/airootfs/etc/systemd/network/20-ethernet.network: add a comment to document why an interface name glob is used This documents the changes made in !177 inside the .network files themselves. Related to #142. --- configs/baseline/airootfs/etc/systemd/network/20-ethernet.network | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/baseline/airootfs/etc') diff --git a/configs/baseline/airootfs/etc/systemd/network/20-ethernet.network b/configs/baseline/airootfs/etc/systemd/network/20-ethernet.network index e8842f2..4b6a2ab 100644 --- a/configs/baseline/airootfs/etc/systemd/network/20-ethernet.network +++ b/configs/baseline/airootfs/etc/systemd/network/20-ethernet.network @@ -1,4 +1,7 @@ [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* -- cgit v1.2.3-54-g00ecf