mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-04 21:05:25 +02:00
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>
This commit is contained in:
parent
96598a7d71
commit
65b6286994
|
@ -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 \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user