summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-08-16 23:17:51 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-08-25 22:55:48 -0400
commit5cfc4c3f803de6c44a8da9b5d40779cc3bd0f199 (patch)
tree55a9bc3fc79d7336479eeef95fb8d94a80e07f0b /recipes-kernel
parent05f316f70a4d2edb0ec63299bbd5de21fe0038cb (diff)
downloadmeta-virtualization-5cfc4c3f803de6c44a8da9b5d40779cc3bd0f199.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-yocto/docker.cfg1
1 files changed, 1 insertions, 0 deletions
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
8 8
9CONFIG_IP_NF_NAT=m 9CONFIG_IP_NF_NAT=m
10CONFIG_IP_NF_TARGET_MASQUERADE=m 10CONFIG_IP_NF_TARGET_MASQUERADE=m
11CONFIG_NETFILTER_XT_MATCH_IPVS=m
11 12
12CONFIG_OVERLAY_FS=y 13CONFIG_OVERLAY_FS=y