2e6db24f23
Since systemd 245, IPv6PrivacyExtensions can be set not just per connection, but also globally for all connection with a configuration file in /etc/systemd/network.conf.d/.
11 lines
284 B
SYSTEMD
11 lines
284 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
|
|
MulticastDNS=yes
|