All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: Ross Burton <ross@burtonini.com>,
	openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] systemd-conf: Prevent systemd-network from managing veth interfaces
Date: Tue, 15 Jun 2021 10:57:14 -0700	[thread overview]
Message-ID: <e1183c78-db40-3b35-66d9-4364d605eecf@gmail.com> (raw)
In-Reply-To: <20210615100200.3325303-1-ross.burton@arm.com>



On 6/15/21 3:02 AM, Ross Burton wrote:
> From: Matt Spencer <matt.spencer@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.spencer@arm.com>
> Signed-off-by: Ross Burton <ross.burton@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
>   
> 
> 
> 
> 
> 

      parent reply	other threads:[~2021-06-15 17:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15 10:02 [PATCH] systemd-conf: Prevent systemd-network from managing veth interfaces Ross Burton
2021-06-15 12:28 ` [OE-core] " Bruce Ashfield
2021-06-15 18:35   ` Scott Murray
2021-06-15 17:57 ` Khem Raj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e1183c78-db40-3b35-66d9-4364d605eecf@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross@burtonini.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.