Comment 1 for bug 1811819

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Hello,

Can you give this test kernel a try?
https://people.canonical.com/~phlin/kernel/lp-1811819-vxlan/X/

Config changed in this kernel:
+# CONFIG_GENEVE is not set
+# CONFIG_OPENVSWITCH_VXLAN is not set
-# CONFIG_VXLAN is not set
+CONFIG_VXLAN=m

$ sudo modprobe vxlan
$ lsmod | grep vxlan
vxlan 36864 0
ip6_udp_tunnel 12288 1 vxlan
udp_tunnel 12288 1 vxlan

Do you need this feature in other KVM kernels?
Thanks