From: Matt Spencer Date: Tue, 15 Jun 2021 10:02:00 +0000 (+0100) Subject: systemd-conf: Prevent systemd-network from managing veth interfaces X-Git-Tag: uninative-3.3~442 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b615bb279730ce3e0c4b4098a9e43700f2f095af;p=openembedded-core.git systemd-conf: Prevent systemd-network from managing veth interfaces We need to prevent systemd-network from managing veth interface when using platforms like k3s as they control creation and management of the interfaces. Signed-off-by: Matt Spencer Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd-conf/wired.network b/meta/recipes-core/systemd/systemd-conf/wired.network index e7b69970d6..7406287248 100644 --- a/meta/recipes-core/systemd/systemd-conf/wired.network +++ b/meta/recipes-core/systemd/systemd-conf/wired.network @@ -1,5 +1,6 @@ [Match] Type=ether +Name=!veth* KernelCommandLine=!nfsroot KernelCommandLine=!ip