vendor: github.com/docker/libnetwork 64b7a4574d1426139437d20e81c0b6d391130ec8#42412
Merged
cpuguy83 merged 2 commits intomoby:masterfrom May 25, 2021
Merged
vendor: github.com/docker/libnetwork 64b7a4574d1426139437d20e81c0b6d391130ec8#42412cpuguy83 merged 2 commits intomoby:masterfrom
cpuguy83 merged 2 commits intomoby:masterfrom
Conversation
…91130ec8 Update libnetwork to make `docker run -p 80:80` functional again on environments with kernel boot parameter `ipv6.disable=1`. full diff: moby/libnetwork@b350742...64b7a45 - fix port forwarding with ipv6.disable=1 - fixes moby/moby/42288 Docker 20.10.6: all containers stopped and cannot start if ipv6 is disabled on host - fixes docker/libnetwork/2629 Network issue with IPv6 following update to version 20.10.6 - fixesdocker/for-linux/1233 Since 20.10.6 it's not possible to run docker on a machine with disabled IPv6 interfaces - vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be - Enforce order of lock acquisitions on network/controller, fixes moby#2632 - fixes docker/libnetwork/2632 Name resolution stuck due to deadlock between different network struct methods - fixes moby/moby/42032 Docker deamon get's stuck, can't serve DNS requests Signed-off-by: Sebastiaan van Stijn <[email protected]>
…449805be full diff: ishidawataru/sctp@6e2cb13...f2269e6 - support SO_SNDBUF/SO_RCVBUF handling - Support Go Modules - license clarificaton - ci: drop 1.6, 1.7, 1.8 support - Add support for SocketConfig - support goarch mips64le architecture. - fix possible socket leak when bind fails Signed-off-by: Sebastiaan van Stijn <[email protected]>
Member
Author
|
@AkihiroSuda @cpuguy83 PTAL |
AkihiroSuda
approved these changes
May 25, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
supersedes #42322
closes #42322
Update libnetwork to make
docker run -p 80:80functional again on environmentswith kernel boot parameter
ipv6.disable=1.full diff: moby/libnetwork@b350742...64b7a45
vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be
full diff: ishidawataru/sctp@6e2cb13...f2269e6
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)