blob: 177e0aad64defceded7ca57485b29a7111b560ea (
plain)
1
2
3
4
5
6
7
8
9
10
|
[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*
[Network]
DHCP=yes
MulticastDNS=yes
|