[SRU][kvm-bionic, kvm-disco][PATCH] UBUNTU: [Config] Enable NETFILTER_XT_SET module

Kamal Mostafa kamal at canonical.com
Mon Sep 9 16:07:39 UTC 2019


BugLink: https://bugs.launchpad.net/bugs/1843051

Module is required for Kubernetes.

Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---

This module is enabled in all the base Ubuntu kernels and is already
enabled for linux-kvm-xenial, but is inadvertently disabled in
linux-kvm-{bionic,disco}.

 debian.kvm/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index 259c583b123e1..a21c4e6149a69 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1518,7 +1518,7 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
 CONFIG_NETFILTER_XT_MATCH_TIME=m
 CONFIG_NETFILTER_XT_MATCH_U32=m
 CONFIG_NETFILTER_XT_NAT=m
-# CONFIG_NETFILTER_XT_SET is not set
+CONFIG_NETFILTER_XT_SET=m
 # CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
 CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
-- 
2.17.1




More information about the kernel-team mailing list