All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docker: add netfilter configuration fragments
@ 2021-11-04 22:10 crawford.benjamin15
  2021-11-08 14:17 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: crawford.benjamin15 @ 2021-11-04 22:10 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Benjamin Mordaunt

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 <crawford.benjamin15@gmail.com>
---
 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)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization] [PATCH] docker: add netfilter configuration fragments
  2021-11-04 22:10 [PATCH] docker: add netfilter configuration fragments crawford.benjamin15
@ 2021-11-08 14:17 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-11-08 14:17 UTC (permalink / raw)
  To: Benjamin Mordaunt; +Cc: meta-virtualization

I'm currently unifying the fragments into the central kernel
repository, so I've grabbed this and will make sure it is represented
in that sync.

Bruce

On Thu, Nov 4, 2021 at 6:10 PM Benjamin Mordaunt
<crawford.benjamin15@gmail.com> wrote:
>
> 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 <crawford.benjamin15@gmail.com>
> ---
>  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)
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-08 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04 22:10 [PATCH] docker: add netfilter configuration fragments crawford.benjamin15
2021-11-08 14:17 ` [meta-virtualization] " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.