Rob Murray
Rob Murray
### Description Custom bridge networks no longer need an IPv6 `--subnet` or entry in `default-address-pools`, if neither are specified the daemon will use a ULA prefix - https://github.com/moby/moby/pull/47853. But, the...
**- What I did** Noticed that existing bridge driver option `com.docker.network.bridge.host_binding_ipv4` accepts IPv6 addresses. **- How I did it** Added synonym `com.docker.network.bridge.host_binding_ip` - and made it an error to specify...
## Description Added a note about the new firewalld forwarding policy `docker-forwarding`. The change will be included in moby 27.0.0. ## Related issues or tickets https://github.com/moby/moby/pull/47745
### Description Originally reported by @daveismith in https://github.com/moby/moby/issues/47879 ... re-raising here as there doesn't seem to be an engine-only way to address the issue. ---- **Original Description...** I'm trying to...
**- What I did** - Allow an IPv6 default bridge with no `fixed-cidr-v6`. - Like a default bridge without `fixed-cidr`, it uses default pools (or the daemon's default ULA prefix)....
**- What I did** Allow creation of macvlan/ipvlan networks with no IPv4 address, and with no IPv4 or IPv6 address. **- How I did it** For each driver: - Only...
**- What I did** - Added `EnableIPv4` to the bridge driver. - Gave libnetwork control over the bridge's use of docker-proxy to proxy from IPv6 host addresses to IPv4-only containers....
When the kernel detects a change in a set of resources being dumped (walked-over) by a netlink call, it sets flag `NLM_F_DUMP_INTR` to indicate that the results may be incomplete...
**- What I did** - Fix https://github.com/moby/moby/issues/48365 The current behaviour for IPv4, in [setupIPForwarding](https://github.com/moby/moby/blob/9fca5e7b6ff9aa29f85930d616565d5e1e09fad3/libnetwork/drivers/bridge/setup_ip_forwarding.go#L27-L74), when the daemon runs with `"iptables": true` is: - if the daemon is running with `--ip-forward`...
- Stacked on top of https://github.com/moby/moby/pull/48594 - The first commit belonging to this PR is "Rename gwMode.natDisabled() to gwMode.routed()". **- What I did** - fix https://github.com/moby/moby/issues/48526 Containers on a network...