Skip to content

Commit

Permalink
bump libnetwork to 96bcc0dae898308ed659c5095526788a602f4726
Browse files Browse the repository at this point in the history
full diff: moby/libnetwork@92d1fbe...96bcc0d

changes included:

- moby/libnetwork#2429 Updating IPAM config with results from HNS create network call
  - addresses moby#38358
- moby/libnetwork#2450 Always configure iptables forward policy
  - related to moby#14041 and moby/libnetwork#1526

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Sep 20, 2019
1 parent 4e8cf9f commit 75477f0
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 22 deletions.
2 changes: 1 addition & 1 deletion hack/dockerfile/install/proxy.installer
Expand Up @@ -3,7 +3,7 @@
# LIBNETWORK_COMMIT is used to build the docker-userland-proxy binary. When
# updating the binary version, consider updating github.com/docker/libnetwork
# in vendor.conf accordingly
LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d
LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726

install_proxy() {
case "$1" in
Expand Down
2 changes: 1 addition & 1 deletion vendor.conf
Expand Up @@ -37,7 +37,7 @@ github.com/gofrs/flock 7f43ea2e6a643ad441fc12d0ecc0
# libnetwork

# When updating, also update LIBNETWORK_COMMIT in hack/dockerfile/install/proxy.installer accordingly
github.com/docker/libnetwork 92d1fbe1eb0883cf11d283cea8e658275146411d
github.com/docker/libnetwork 96bcc0dae898308ed659c5095526788a602f4726
github.com/docker/go-events 9461782956ad83b30282bf90e31fa6a70c255ba9
github.com/armon/go-radix e39d623f12e8e41c7b5529e9a9dd67a1e2261f80
github.com/armon/go-metrics eb0af217e5e9747e41dd5303755356b62d28e3ec
Expand Down
5 changes: 5 additions & 0 deletions vendor/github.com/docker/libnetwork/driverapi/driverapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 35 additions & 12 deletions vendor/github.com/docker/libnetwork/drivers/windows/windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/docker/libnetwork/network.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75477f0

Please sign in to comment.