summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-09-04 20:22:02 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-15 17:30:40 +0000
commit65b628699440209dc3c3a087afe95db9fbddfd55 (patch)
tree274d3677eafe797749f10433a05388722f9a8668 /recipes-extended
parent96598a7d718e0f1000ed1ae69ac25d67ac5a088c (diff)
downloadmeta-virtualization-65b628699440209dc3c3a087afe95db9fbddfd55.tar.gz
iptables: add kernel-module-xt-nat to RRECOMMENDS
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> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/iptables/iptables-meta-virtualization.inc1
1 files changed, 1 insertions, 0 deletions
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 \
16 kernel-module-xt-conntrack \ 16 kernel-module-xt-conntrack \
17 kernel-module-xt-state \ 17 kernel-module-xt-state \
18 kernel-module-xt-tcpudp \ 18 kernel-module-xt-tcpudp \
19 kernel-module-xt-nat \
19 " 20 "