From 5cfc4c3f803de6c44a8da9b5d40779cc3bd0f199 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 16 Aug 2022 23:17:51 -0400 Subject: [PATCH] kernel/cfg: add CONFIG_NETFILTER_XT_MATCH_IPVS to docker config This is an optional feature (but still commonly used), so we add it to our default fragment. Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto/docker.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-yocto/docker.cfg b/recipes-kernel/linux/linux-yocto/docker.cfg index 79012a6a..eeeaa242 100644 --- a/recipes-kernel/linux/linux-yocto/docker.cfg +++ b/recipes-kernel/linux/linux-yocto/docker.cfg @@ -8,5 +8,6 @@ CONFIG_DM_THIN_PROVISIONING=m CONFIG_IP_NF_NAT=m CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_NETFILTER_XT_MATCH_IPVS=m CONFIG_OVERLAY_FS=y