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>
This commit is contained in:
Chen Qi 2019-08-13 19:06:09 +08:00 committed by Bruce Ashfield
parent 0ca391c1c2
commit 6d6b2e1cb8

View File

@ -30,3 +30,4 @@ CONFIG_RD_GZIP=y
# Support for virtual ethernet and LXC
CONFIG_VETH=y
CONFIG_MACVLAN=y
CONFIG_VXLAN=m