changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 1: 862c7d765472
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/airootfs/etc/systemd/network/20-ethernet.network	Fri May 31 16:44:48 2024 -0400
     1.3@@ -0,0 +1,13 @@
     1.4+[Match]
     1.5+# Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*).
     1.6+# See https://bugs.archlinux.org/task/70892
     1.7+# Instead match by globbing the network interface name.
     1.8+Name=en*
     1.9+Name=eth*
    1.10+
    1.11+[Link]
    1.12+RequiredForOnline=routable
    1.13+
    1.14+[Network]
    1.15+DHCP=yes
    1.16+MulticastDNS=yes