All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lxc.cfg: set CONFIG_VXLAN=m for running in virtual machine
@ 2019-08-13 11:06 Chen Qi
  2019-08-19  2:28 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2019-08-13 11:06 UTC (permalink / raw)
  To: meta-virtualization

The vxlan module is needed if user or some software is trying
to configure network when the image is running in virtual machine.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-kernel/linux/linux-yocto/lxc.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg
index adaad3a..3fefc03 100644
--- a/recipes-kernel/linux/linux-yocto/lxc.cfg
+++ b/recipes-kernel/linux/linux-yocto/lxc.cfg
@@ -30,3 +30,4 @@ CONFIG_RD_GZIP=y
 # Support for virtual ethernet and LXC
 CONFIG_VETH=y
 CONFIG_MACVLAN=y
+CONFIG_VXLAN=m
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lxc.cfg: set CONFIG_VXLAN=m for running in virtual machine
  2019-08-13 11:06 [PATCH] lxc.cfg: set CONFIG_VXLAN=m for running in virtual machine Chen Qi
@ 2019-08-19  2:28 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2019-08-19  2:28 UTC (permalink / raw)
  To: Chen Qi; +Cc: meta-virtualization

merged

Bruce

On Tue, Aug 13, 2019 at 7:07 AM Chen Qi <Qi.Chen@windriver.com> wrote:
>
> The vxlan module is needed if user or some software is trying
> to configure network when the image is running in virtual machine.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  recipes-kernel/linux/linux-yocto/lxc.cfg | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg
> index adaad3a..3fefc03 100644
> --- a/recipes-kernel/linux/linux-yocto/lxc.cfg
> +++ b/recipes-kernel/linux/linux-yocto/lxc.cfg
> @@ -30,3 +30,4 @@ CONFIG_RD_GZIP=y
>  # Support for virtual ethernet and LXC
>  CONFIG_VETH=y
>  CONFIG_MACVLAN=y
> +CONFIG_VXLAN=m
> --
> 2.17.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-19  2:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13 11:06 [PATCH] lxc.cfg: set CONFIG_VXLAN=m for running in virtual machine Chen Qi
2019-08-19  2:28 ` Bruce Ashfield

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.