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

Commit 509f4b5

Browse files
committed
bump libnetwork to 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
full diff: moby/libnetwork@83d30db...09cdcc8 changes included: - moby/libnetwork#2416 Fix hardcoded AF_INET for IPv6 address handling - moby/libnetwork#2411 Macvlan network handles netlabel.Internal wrong - fixes moby/libnetwork#2410 Macvlan network handles netlabel.Internal wrong - moby/libnetwork#2414 Allow network with --config-from to be --internal - fixes moby/libnetwork#2413 Network with --config-from does not honor --internal - moby/libnetwork#2351 Use fewer modprobes - relates to moby/moby#38930 Use fewer modprobes - moby/libnetwork#2415 Support dockerd and system restarts for ipvlan and macvlan networks - carry of moby/libnetwork#2295 phantom ip/mac vlan network after a powercycle - fixes moby/libnetwork#1743 Phantom docker network Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 6f234db9fef23c591d8376f96db062e7107b658f) Signed-off-by: Sebastiaan van Stijn <[email protected]> Upstream-commit: b6190c2713623ab455d29da4771b684e4eafc63f Component: engine
1 parent a4b9fae commit 509f4b5

File tree

10 files changed

+112
-70
lines changed

10 files changed

+112
-70
lines changed

Diff for: components/engine/hack/dockerfile/install/proxy.installer

+1-1
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=83d30db53600b9c084d35fb1d560f97f8b34ab24
6+
LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
77

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

Diff for: components/engine/vendor.conf

+1-1
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 83d30db53600b9c084d35fb1d560f97f8b34ab24
42+
github.com/docker/libnetwork 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
4343
github.com/docker/go-events 9461782956ad83b30282bf90e31fa6a70c255ba9
4444
github.com/armon/go-radix e39d623f12e8e41c7b5529e9a9dd67a1e2261f80
4545
github.com/armon/go-metrics eb0af217e5e9747e41dd5303755356b62d28e3ec

Diff for: components/engine/vendor/github.com/docker/libnetwork/controller.go

+13-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/engine/vendor/github.com/docker/libnetwork/drivers/ipvlan/ipvlan_network.go

+33-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/engine/vendor/github.com/docker/libnetwork/drivers/ipvlan/ipvlan_store.go

+9-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/engine/vendor/github.com/docker/libnetwork/drivers/macvlan/macvlan_network.go

+33-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/engine/vendor/github.com/docker/libnetwork/drivers/macvlan/macvlan_store.go

+10-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/engine/vendor/github.com/docker/libnetwork/iptables/iptables.go

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/engine/vendor/github.com/docker/libnetwork/ipvs/netlink.go

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/engine/vendor/github.com/docker/libnetwork/ns/init_linux.go

+2-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)