diff mbox series

[D/linux-kvm,SRU,1/1] UBUNTU: [Config] Enable VXLAN module support

Message ID 20190819061559.9851-4-po-hsu.lin@canonical.com
State New
Headers show
Series UBUNTU: [Config] Enable VXLAN module support | expand

Commit Message

Po-Hsu Lin Aug. 19, 2019, 6:15 a.m. UTC
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@canonical.com>
---
 debian.kvm/config/config.common.ubuntu | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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