diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-12-03 10:27:15 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-12-03 10:27:15 -0500 |
commit | b0b9103cca15278c064e058bbd96139d70acfcd5 (patch) | |
tree | a850354826544c3c736c1f416286c00ea82ea103 /test | |
parent | c9696c451df1efe181c103f9f227787af14dd7b1 (diff) | |
download | podman-b0b9103cca15278c064e058bbd96139d70acfcd5.tar.gz podman-b0b9103cca15278c064e058bbd96139d70acfcd5.tar.bz2 podman-b0b9103cca15278c064e058bbd96139d70acfcd5.zip |
Allow chained network namespace containers
The code currently assumes that the container we delegate network
namespace to will never further delegate to another container, so
when looking up things like /etc/hosts and /etc/resolv.conf we
won't pull the correct files from the chained dependency. The
changes to resolve this are relatively simple - just need to keep
looking until we find a container without NetNsCtr set.
Fixes #4626
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions