Rob Murray

Results 35 issues of 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...

kind/feature
area/networking
area/networking/ipv6
area/networking/d/bridge

**- 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...

kind/enhancement
area/networking
area/networking/d/bridge
area/networking/portmapping

## 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

area/networking

### 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...

area/network
status/triage
version/4.30.0

**- 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)....

kind/feature
area/networking
area/networking/d/bridge

**- 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...

kind/feature
area/networking
impact/changelog
area/networking/ipv6
area/networking/d/ipvlan
area/networking/d/macvlan

**- 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....

kind/enhancement
area/networking
area/networking/ipv6
area/networking/d/bridge
area/networking/portmapping

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`...

area/networking
impact/changelog
impact/documentation
kind/bugfix
area/networking/ipv6
area/networking/firewalling
area/networking/d/bridge
area/networking/portmapping
version/27.0

- 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...

area/networking
impact/changelog
kind/bugfix
area/networking/firewalling
area/networking/d/bridge
area/networking/portmapping
version/27.0