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.
This commit is contained in:
nl6720 2022-01-22 12:08:14 +02:00
parent 7cbd25d20a
commit 18bb8c2b45
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369
2 changed files with 6 additions and 0 deletions

View File

@ -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*

View File

@ -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*