configs/releng/airootfs/etc/systemd/network/: match by globbing the interface name instead of matching the type
Compare changes
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
Type=ether
matches virtual Ethernet interfaces (veth*
) which may break networking inside containers.
Fixes FS#70892.
The network interface naming scheme is described in https://man.archlinux.org/man/systemd.net-naming-scheme.7#NAMING.