Rob Murray
Rob Murray
**- What I did** Add a regression test for https://github.com/moby/moby/issues/47370 **- How I did it** Use the Windows busybox image, ping between two containers - first on the default nat...
**- What I did** If IPv6 is disabled for a container, do not allocate an IPv6 address when it's attached to an IPv6 network. - Fix https://github.com/moby/moby/issues/47055 **- How I...
### Description Try to implement a Windows regression test for the fix in https://github.com/moby/moby/pull/47233 (as described in its "how to verify")., ### Reproduce See the PR. ### Expected behavior There's...
**- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** **- A picture of a cute animal (not mandatory but encouraged)**
### Description Follow up from https://github.com/moby/moby/pull/47375 ... We should have an easy way to test for a network that need configuration for an internal DNS server. Hopefully we can use...
**- What I did** https://github.com/moby/moby/pull/47686 adds driver-opt label `com.docker.network.endpoint.sysctls`, to support per-interface sysctls. The extended `--network` syntax is needed, but wasn't documented. The quoting needed to set more than one...
**- What I did** Found two `integration-cli` tests that didn't run, because the "requires IPv6" test they used was wrong (it'd only return true on a host with no IPv6),...
**- What I did** Before release 25.0.0, an IPv6-enabled bridge network's bridge was always assigned address `fe80::1` as well as an IPAM-assigned address from `fixed-cidr-v6` or the network's `--subnet/--ip-range`. It...
**- What I did** Make it possible to disable NAT/masquerading for IPv6 but not IPv4 in a bridge network. **- How I did it** New bridge options: ``` com.docker.network.bridge.enable_ip4_masquerade com.docker.network.bridge.enable_ip6_masquerade...
**- What I did** Enable `--ip6tables` by-default, don't require `--experimental`. Note that this enables NAT/masquerading by default for IPv6 network. This is likely to remain the default, as it's a...