ISO/configs/releng/airootfs/etc/systemd/network/20-wwan.network
nl6720 3b2618ff84
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 https://bugs.archlinux.org/task/70892 .

Partially reverts 8a521d0bfa .
2021-05-29 15:31:02 +03:00

16 lines
164 B
SYSTEMD

#
# SPDX-License-Identifier: GPL-3.0-or-later
[Match]
Name=ww*
[Network]
DHCP=yes
IPv6PrivacyExtensions=yes
[DHCPv4]
RouteMetric=2048
[DHCPv6]
RouteMetric=2048