On 6/15/21 3:02 AM, Ross Burton wrote:
From: Matt Spencer <matt.spen...@arm.com>

We need to prevent systemd-network from managing veth interface when
using platforms like k3s as they control creation and management of the
interfaces.

perhaps it may be an option to override wired.network or use a fragment to drop-in just this change via own layer


Signed-off-by: Matt Spencer <matt.spen...@arm.com>
Signed-off-by: Ross Burton <ross.bur...@arm.com>
---
  meta/recipes-core/systemd/systemd-conf/wired.network | 1 +
  1 file changed, 1 insertion(+)

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




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#152996): 
https://lists.openembedded.org/g/openembedded-core/message/152996
Mute This Topic: https://lists.openembedded.org/mt/83552270/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to