configs/releng/airootfs/etc/systemd/network/: match by globbing the interface name instead of matching the type
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.