2021-01-26 13:21:38 +01:00
|
|
|
[Match]
|
2022-03-24 14:39:43 +01:00
|
|
|
# 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.
|
2021-06-04 10:04:23 +02:00
|
|
|
Name=en*
|
|
|
|
Name=eth*
|
2021-01-26 13:21:38 +01:00
|
|
|
|
2023-12-23 10:40:19 +01:00
|
|
|
[Link]
|
|
|
|
RequiredForOnline=routable
|
|
|
|
|
2021-01-26 13:21:38 +01:00
|
|
|
[Network]
|
|
|
|
DHCP=yes
|
2023-05-30 08:33:27 +02:00
|
|
|
MulticastDNS=yes
|
2021-01-26 13:21:38 +01:00
|
|
|
|
2021-07-31 09:44:37 +02:00
|
|
|
# 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
|
2021-04-02 15:38:05 +02:00
|
|
|
[DHCPv4]
|
2021-07-31 09:44:37 +02:00
|
|
|
RouteMetric=100
|
2021-04-02 15:38:05 +02:00
|
|
|
|
2021-07-31 09:44:37 +02:00
|
|
|
[IPv6AcceptRA]
|
|
|
|
RouteMetric=100
|