summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-yocto/extra-configs.cfg11
1 files changed, 10 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-yocto/extra-configs.cfg b/recipes-kernel/linux/linux-yocto/extra-configs.cfg
index a43bbcbc..26f8b0c6 100644
--- a/recipes-kernel/linux/linux-yocto/extra-configs.cfg
+++ b/recipes-kernel/linux/linux-yocto/extra-configs.cfg
@@ -1 +1,10 @@
1# placeholder config fragment for local enable and debug \ No newline at end of file 1# placeholder config fragment for local enable and debug
2
3# Kernel 6.18+ split iptables into legacy/nftables backends
4# Docker uses legacy iptables, so we need the full dependency chain:
5# NETFILTER_XTABLES_LEGACY -> IP_NF_IPTABLES_LEGACY -> IP_NF_FILTER/NAT
6CONFIG_NETFILTER_XTABLES_LEGACY=y
7CONFIG_IP_NF_IPTABLES_LEGACY=m
8CONFIG_IP_NF_FILTER=m
9CONFIG_IP_NF_NAT=m
10CONFIG_IP_NF_TARGET_MASQUERADE=m \ No newline at end of file