You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
319 B
SYSTEMD
14 lines
319 B
SYSTEMD
[Match]
|
|
# 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.
|
|
Name=en*
|
|
Name=eth*
|
|
|
|
[Link]
|
|
RequiredForOnline=routable
|
|
|
|
[Network]
|
|
DHCP=yes
|
|
MulticastDNS=yes
|