The docker.cfg file is missing a few netfilter module requirements. Without these, it is possible for networking and bridge initialization to fail.
Signed-off-by: Benjamin Mordaunt <[email protected]> --- recipes-kernel/linux/linux-yocto/docker.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-yocto/docker.cfg b/recipes-kernel/linux/linux-yocto/docker.cfg index 79012a6..9378266 100644 --- a/recipes-kernel/linux/linux-yocto/docker.cfg +++ b/recipes-kernel/linux/linux-yocto/docker.cfg @@ -5,7 +5,9 @@ CONFIG_NF_CONNTRACK=y CONFIG_DM_THIN_PROVISIONING=m - +CONFIG_NETFILTER_NETLINK=m +CONFIG_NT_CT_NETLINK=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m CONFIG_IP_NF_NAT=m CONFIG_IP_NF_TARGET_MASQUERADE=m -- 2.30.1 (Apple Git-130)
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6880): https://lists.yoctoproject.org/g/meta-virtualization/message/6880 Mute This Topic: https://lists.yoctoproject.org/mt/86828031/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
