From: Yu Watanabe Date: Wed, 8 Nov 2023 14:05:09 +0000 (+0900) Subject: network: make 89-ethernet.network match only physical interfaces X-Git-Tag: v255-rc2~71^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F29932%2Fhead;p=thirdparty%2Fsystemd.git network: make 89-ethernet.network match only physical interfaces For safety. We already add similar condition to a generated one: c25aa6c8acc6d95eaacae7858a7057907d61a25e --- diff --git a/network/89-ethernet.network.example b/network/89-ethernet.network.example index ce82b25728e..58b323db6eb 100644 --- a/network/89-ethernet.network.example +++ b/network/89-ethernet.network.example @@ -9,8 +9,9 @@ # by systemd-networkd and edit it there. # This file should not be edited in place, because it'll be overwritten on upgrades. -# Enable DHCPv4 and DHCPv6 on all ethernet links +# Enable DHCPv4 and DHCPv6 on all physical ethernet links [Match] +Kind=!* Type=ether [Network]