From 6d6b2e1cb887a8d25277e3e71ce2602b42ceed1c Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 13 Aug 2019 19:06:09 +0800 Subject: lxc.cfg: set CONFIG_VXLAN=m for running in virtual machine 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 Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto/lxc.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg index adaad3aa..3fefc034 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 -- cgit v1.2.3-54-g00ecf