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

Commit 44ca36c

Browse files
committed
bump lib network to 92d1fbe1eb0883cf11d283cea8e658275146411d
full diff: moby/libnetwork@09cdcc8...92d1fbe relevant changes included (omitting some changes that were added _and_ reverted in this bump): - moby/libnetwork#2433 Fix parseIP error when parseIP before get AddressFamily - fixes moby/libnetwork#2431 parseIP Error ip=[172 17 0 2 0 0 0 0 0 0 0 0 0 0 0 0] - moby/libnetwork#2289 - this was a regression introduced in moby/libnetwork#2416 Fix hardcoded AF_INET for IPv6 address handling - moby/libnetwork#2440 Bump hashicorp go-sockaddr v1.0.2, go-multierror v1.0.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit bab58c1) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent b6190c2 commit 44ca36c

4 files changed

Lines changed: 29 additions & 14 deletions

File tree

hack/dockerfile/install/proxy.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# LIBNETWORK_COMMIT is used to build the docker-userland-proxy binary. When
44
# updating the binary version, consider updating github.com/docker/libnetwork
55
# in vendor.conf accordingly
6-
LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
6+
LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d
77

88
install_proxy() {
99
case "$1" in

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ github.com/gofrs/flock 7f43ea2e6a643ad441fc12d0ecc0
3939
# libnetwork
4040

4141
# When updating, also update LIBNETWORK_COMMIT in hack/dockerfile/install/proxy.installer accordingly
42-
github.com/docker/libnetwork 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
42+
github.com/docker/libnetwork 92d1fbe1eb0883cf11d283cea8e658275146411d
4343
github.com/docker/go-events 9461782956ad83b30282bf90e31fa6a70c255ba9
4444
github.com/armon/go-radix e39d623f12e8e41c7b5529e9a9dd67a1e2261f80
4545
github.com/armon/go-metrics eb0af217e5e9747e41dd5303755356b62d28e3ec

vendor/github.com/docker/libnetwork/ipvs/netlink.go

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

vendor/github.com/docker/libnetwork/vendor.conf

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

0 commit comments

Comments
 (0)