mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
0ca391c1c2
commit
6d6b2e1cb8
|
@ -30,3 +30,4 @@ CONFIG_RD_GZIP=y
|
||||||
# Support for virtual ethernet and LXC
|
# Support for virtual ethernet and LXC
|
||||||
CONFIG_VETH=y
|
CONFIG_VETH=y
|
||||||
CONFIG_MACVLAN=y
|
CONFIG_MACVLAN=y
|
||||||
|
CONFIG_VXLAN=m
|
||||||
|
|
Loading…
Reference in New Issue
Block a user