c6a1ccca4f
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.
21 lines
590 B
SYSTEMD
21 lines
590 B
SYSTEMD
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
[Match]
|
|
Name=wl*
|
|
|
|
[Network]
|
|
DHCP=yes
|
|
IPv6PrivacyExtensions=yes
|
|
|
|
# systemd-networkd does not set per-interface-type default route metrics
|
|
# https://github.com/systemd/systemd/issues/17698
|
|
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
|
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
|
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
|
[DHCPv4]
|
|
RouteMetric=600
|
|
|
|
[IPv6AcceptRA]
|
|
RouteMetric=600
|