diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2019-08-13 19:06:09 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-18 22:28:11 -0400 |
| commit | 6d6b2e1cb887a8d25277e3e71ce2602b42ceed1c (patch) | |
| tree | 05f6a566c0b2f598422ecbf5b302db2a5058cf6f | |
| parent | 0ca391c1c20125fbe0385058c1db0be04539275b (diff) | |
| download | meta-virtualization-6d6b2e1cb887a8d25277e3e71ce2602b42ceed1c.tar.gz | |
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 <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-kernel/linux/linux-yocto/lxc.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 30 | # Support for virtual ethernet and LXC | 30 | # Support for virtual ethernet and LXC |
| 31 | CONFIG_VETH=y | 31 | CONFIG_VETH=y |
| 32 | CONFIG_MACVLAN=y | 32 | CONFIG_MACVLAN=y |
| 33 | CONFIG_VXLAN=m | ||
