changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > box / airootfs/etc/systemd/network/20-ethernet.network

changeset 1: 862c7d765472
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 31 May 2024 16:44:48 -0400
permissions: -rw-r--r--
description: baseline init
1 [Match]
2 # Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*).
3 # See https://bugs.archlinux.org/task/70892
4 # Instead match by globbing the network interface name.
5 Name=en*
6 Name=eth*
7 
8 [Link]
9 RequiredForOnline=routable
10 
11 [Network]
12 DHCP=yes
13 MulticastDNS=yes