18bb8c2b45
This documents the changes made in !177 inside the .network files themselves. Related to #142.
11 lines
293 B
SYSTEMD
11 lines
293 B
SYSTEMD
[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
|