-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port: builtin: UDP reply packet is dropped #86
Labels
Comments
seems we need to port over this: https://github.com/docker/libnetwork/blob/master/cmd/proxy/udp_proxy.go (moby/moby@fac0d87) |
Curious, why doesn't VXLAN (Flannel) seem to hit this? |
AkihiroSuda
added a commit
to AkihiroSuda/rootlesskit
that referenced
this issue
Dec 18, 2019
Fix rootless-containers#86 ("port: builtin: UDP reply packet is dropped") Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
AkihiroSuda
added a commit
to AkihiroSuda/docker
that referenced
this issue
Dec 18, 2019
UDP reply packets were not proxied: rootless-containers/rootlesskit#86 The issue was fixed in RootlessKit v0.7.1: rootless-containers/rootlesskit#87 Full changes since v0.7.0: rootless-containers/rootlesskit@v0.7.0...v0.7.1 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
AkihiroSuda
added a commit
to AkihiroSuda/docker-library-docker
that referenced
this issue
Dec 18, 2019
Fix proxying UDP packets (rootless-containers/rootlesskit#86) Corresponds to moby/moby#40317 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
docker-jenkins
pushed a commit
to docker-archive/docker-ce
that referenced
this issue
Dec 19, 2019
UDP reply packets were not proxied: rootless-containers/rootlesskit#86 The issue was fixed in RootlessKit v0.7.1: rootless-containers/rootlesskit#87 Full changes since v0.7.0: rootless-containers/rootlesskit@v0.7.0...v0.7.1 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> Upstream-commit: 658723badd2fe2db6aacfddec17d78df2997a905 Component: engine
AkihiroSuda
added a commit
to AkihiroSuda/docker
that referenced
this issue
Jan 20, 2020
UDP reply packets were not proxied: rootless-containers/rootlesskit#86 The issue was fixed in RootlessKit v0.7.1: rootless-containers/rootlesskit#87 Full changes since v0.7.0: rootless-containers/rootlesskit@v0.7.0...v0.7.1 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit 658723b) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
docker-jenkins
pushed a commit
to docker-archive/docker-ce
that referenced
this issue
Jan 20, 2020
UDP reply packets were not proxied: rootless-containers/rootlesskit#86 The issue was fixed in RootlessKit v0.7.1: rootless-containers/rootlesskit#87 Full changes since v0.7.0: rootless-containers/rootlesskit@v0.7.0...v0.7.1 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit 658723badd2fe2db6aacfddec17d78df2997a905) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> Upstream-commit: 325e889ba33d28c34b278d9915a88f6303086dd1 Component: engine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terminal 1:
Terminal 2:
foo
is printed on Terminal 1, but/etc/issue
is not printed on Terminal 2 when--port-driver
is set tobuiltin
.--port-driver=socat
works as expected.version: e6152ff
containers/podman#4586 (comment)
The text was updated successfully, but these errors were encountered: