2020-12-29 23:26:54 +01:00
|
|
|
[Match]
|
2022-01-22 12:08:14 +02: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.
|
2020-12-29 23:26:54 +01:00
|
|
|
Name=en*
|
|
|
|
Name=eth*
|
|
|
|
|
2023-12-09 12:31:58 +02:00
|
|
|
[Link]
|
|
|
|
RequiredForOnline=routable
|
|
|
|
|
2020-12-29 23:26:54 +01:00
|
|
|
[Network]
|
|
|
|
DHCP=yes
|
2023-05-22 15:58:50 +03:00
|
|
|
MulticastDNS=yes
|