nl6720
980f9e6511
Set IPv6PrivacyExtensions=yes in global systemd-netorkd configuration
...
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/.
2023-08-11 11:40:14 +03:00
Sorin Pânca
de09a1cf4d
Add support for mDNS.
2023-05-22 15:58:50 +03:00
David Runge
26eb71e2ef
Remove SPDX license identifier from releng configs
...
configs/releng/*:
Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for
copyright.
2021-07-29 20:42:11 +02:00
nl6720
8f6d85b807
configs/releng/airootfs/etc/systemd/network/: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]
...
systemd moved the option. See 8ebafba9f9
.
Implements #123 .
Document in comments why the route metrics need to be set (because of https://github.com/systemd/systemd/issues/17698 ) and use the same metric values as NetworkManager. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
Additionally remove RouteMetric from configs/baseline/airootfs/etc/systemd/network/20-ethernet.network.
There is only one networkd configuration file in baseline, meaning, there are no other routes.
2021-07-27 13:06:59 +03:00
nl6720
16eb3267f8
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
nl6720
af4de829e9
configs/releng: rename 20-wireless.network to 20-wlan.network
...
The file is limited to Wi-Fi (Type=wlan in networkd configuration).
2021-03-26 12:18:08 +02:00