Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
rootless: fix proxying UDP packets
Browse files Browse the repository at this point in the history
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 <[email protected]>
Upstream-commit: 658723badd2fe2db6aacfddec17d78df2997a905
Component: engine
  • Loading branch information
AkihiroSuda committed Dec 18, 2019
1 parent 2615b06 commit e5c333e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# v0.7.0
: ${ROOTLESSKIT_COMMIT:=791ac8cb209a107505cd1ca5ddf23a49913e176c}
# v0.7.1
: ${ROOTLESSKIT_COMMIT:=76c4e26750da3986fa0e741464fbf0fcd55bea71}

install_rootlesskit() {
case "$1" in
Expand Down

0 comments on commit e5c333e

Please sign in to comment.