summaryrefslogtreecommitdiff
path: root/configs/baseline/airootfs/etc/systemd/network/20-ethernet.network
blob: 4b6a2ab05b935e60b9a444620c5f44fc6de5b813 (plain)
1
2
3
4
5
6
7
8
9
10
[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*

[Network]
DHCP=yes
IPv6PrivacyExtensions=yes