blob: 0e4287b98a3e8f281010f3519cdfc871b5786528 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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
|