[D/linux-kvm][SRU][PATCH 1/1] UBUNTU: [Config] Enable VXLAN module support
Po-Hsu Lin
po-hsu.lin at canonical.com
Mon Aug 19 06:15:59 UTC 2019
BugLink: https://bugs.launchpad.net/bugs/1811819
Enable the VXLAN module support on KVM kernels,
VXLAN is used by Flannel for Kubernetes.
Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
---
debian.kvm/config/config.common.ubuntu | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index 621fcca..21d37be 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1731,6 +1731,7 @@ CONFIG_OLD_SIGSUSPEND3=y
CONFIG_OMFS_FS=m
CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GENEVE=m
+# CONFIG_OPENVSWITCH_VXLAN is not set
CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_OPTIMIZE_INLINING is not set
# CONFIG_ORANGEFS_FS is not set
@@ -2380,7 +2381,7 @@ CONFIG_VMAP_STACK=y
# CONFIG_VSOCKETS is not set
# CONFIG_VT is not set
CONFIG_VXFS_FS=m
-# CONFIG_VXLAN is not set
+CONFIG_VXLAN=m
# CONFIG_W1 is not set
# CONFIG_WAN is not set
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
--
2.7.4
More information about the kernel-team
mailing list