meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Qi.Chen@windriver.com
To: meta-virtualization@lists.yoctoproject.org
Subject: [meta-virtualization][PATCH 3/4] iptables: add kernel-module-xt-nat to RRECOMMENDS
Date: Mon,  4 Sep 2023 20:22:02 -0700	[thread overview]
Message-ID: <20230905032203.1896328-3-Qi.Chen@windriver.com> (raw)
In-Reply-To: <20230905032203.1896328-1-Qi.Chen@windriver.com>

From: Chen Qi <Qi.Chen@windriver.com>

docker-compose needs it, otherwise, exporting port would failure
when running `docker compose up'. To reproduce the issue, use
commands shown in https://docs.docker.com/compose/gettingstarted/.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-extended/iptables/iptables-meta-virtualization.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-extended/iptables/iptables-meta-virtualization.inc b/recipes-extended/iptables/iptables-meta-virtualization.inc
index 49315590..ac3c7843 100644
--- a/recipes-extended/iptables/iptables-meta-virtualization.inc
+++ b/recipes-extended/iptables/iptables-meta-virtualization.inc
@@ -16,4 +16,5 @@ RRECOMMENDS:${PN} += "kernel-module-ip6-tables \
                       kernel-module-xt-conntrack \
                       kernel-module-xt-state \
                       kernel-module-xt-tcpudp \
+                      kernel-module-xt-nat \
                       "
-- 
2.40.0



  parent reply	other threads:[~2023-09-05  3:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-05  3:22 [meta-virtualization][PATCH 1/4] oe-go-mod-autogen.py: add script to help adding/upgrading go mod recipes Qi.Chen
2023-09-05  3:22 ` [meta-virtualization][PATCH 2/4] docker-compose: upgrade to v2.20.3 Qi.Chen
2023-09-05  3:22 ` Qi.Chen [this message]
2023-09-05  3:22 ` [meta-virtualization][PATCH 4/4] nerdctl: upgrade to v1.5.0 Qi.Chen
2023-09-05  9:32 ` [meta-virtualization][PATCH 1/4] oe-go-mod-autogen.py: add script to help adding/upgrading go mod recipes Jose Quaresma
2023-09-05 12:26 ` Bruce Ashfield
2023-09-06  2:40   ` ChenQi
2023-09-06  2:48     ` Bruce Ashfield
     [not found]     ` <17822F6A670423F9.2662@lists.yoctoproject.org>
2023-09-07 21:09       ` Bruce Ashfield
2023-09-08  2:31         ` ChenQi
2023-09-08 20:05           ` Bruce Ashfield
2023-09-11  3:12             ` ChenQi
2023-09-11 10:33             ` Jose Quaresma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230905032203.1896328-3-Qi.Chen@windriver.com \
    --to=qi.chen@windriver.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).