diff options
| -rw-r--r-- | recipes-kernel/linux/linux-yocto/extra-configs.cfg | 11 |
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 | ||
| 6 | CONFIG_NETFILTER_XTABLES_LEGACY=y | ||
| 7 | CONFIG_IP_NF_IPTABLES_LEGACY=m | ||
| 8 | CONFIG_IP_NF_FILTER=m | ||
| 9 | CONFIG_IP_NF_NAT=m | ||
| 10 | CONFIG_IP_NF_TARGET_MASQUERADE=m \ No newline at end of file | ||
