Skip to content

Commit 56aa633

Browse files
committed
Update libnetwork to fix port binding issue
This new version has a patch cherry-picked from here: moby/libnetwork#1805 This patch is meant to avoid cases in which libnetwork internal state gets inconsistent in case of crashes. Signed-off-by: Leandro Motta Barros <[email protected]> Change-type: patch
1 parent ebe96b3 commit 56aa633

File tree

3 files changed

+44
-24
lines changed

3 files changed

+44
-24
lines changed

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe
4747
# libnetwork
4848

4949
# When updating, also update LIBNETWORK_COMMIT in hack/dockerfile/install/proxy.installer accordingly
50-
github.com/docker/libnetwork 4d0934611265197ec35c1fcb6233c0e3757aecc3 https://github.com/balena-os/balena-libnetwork
50+
github.com/docker/libnetwork ace5cf58e62c8569b12363b365ee44422cb8c391 https://github.com/balena-os/balena-libnetwork
5151
github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
5252
github.com/armon/go-radix e39d623f12e8e41c7b5529e9a9dd67a1e2261f80
5353
github.com/armon/go-metrics eb0af217e5e9747e41dd5303755356b62d28e3ec

vendor/github.com/docker/libnetwork/endpoint.go

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/libnetwork/sandbox_store.go

Lines changed: 38 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)