Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moby/moby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v26.0.1
Choose a base ref
...
head repository: moby/moby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v26.0.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 16, 2024

  1. Disable IPv6 for endpoints in '--ipv6=false' networks.

    No IPAM IPv6 address is given to an interface in a network with
    '--ipv6=false', but the kernel would assign a link-local address and,
    in a macvlan/ipvlan network, the interface may get a SLAAC-assigned
    address.
    
    So, disable IPv6 on the interface to avoid that.
    
    Signed-off-by: Rob Murray <rob.murray@docker.com>
    robmry committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    841c4c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request from GHSA-x84c-p2g9-rqv9

    [26.0 backport] Disable IPv6 for endpoints in '--ipv6=false' networks.
    thaJeztah authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7cef0d9 View commit details
    Browse the repository at this point in the history
Loading