mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-16 08:12:32 +01:00
18 lines
543 B
SYSTEMD
18 lines
543 B
SYSTEMD
|
[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
|