Rob Murray

Results 50 issues of Rob Murray

**- What I did** When running: ``` docker network create --ipv6 b46 docker run --rm -ti \ --network name=b46,driver-opt=com.docker.network.endpoint.sysctls=net.ipv6.conf.IFNAME.disable_ipv6=1 \ busybox ``` IPv6 is enabled in the container and the...

status/2-code-review
area/networking
impact/changelog
area/networking/ipv6
version/27.0

**Draft PR ...** - stacked on top of https://github.com/moby/moby/pull/50182 - fine for a patch or minor release if it gets merged before 29.0, but parked on 29.0 for now. **-...

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

**Draft PR ...** - stacked on top of https://github.com/moby/moby/pull/50181 - fine for a patch or minor release if it gets merged before 29.0, but parked on 29.0 for now. **-...

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

### Description Write/generate documentation for nftables rules equivalent to https://github.com/moby/moby/blob/master/integration/network/bridge/iptablesdoc/index.md

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

### Description Initially, we'll want to ship with the option to enable nftables rules. At some point, it'll become the default when it's available on the host, and at some...

kind/feature
area/networking
area/networking/firewalling

### Description Work out how to test nftables as well as iptables in CI, without just doubling all the testing. Can probably base it on the config for testing with...

kind/feature
area/networking
area/testing
area/networking/firewalling

# WIP, Draft PR - running tests **- What I did** - fix https://github.com/moby/moby/issues/50066 - related to https://github.com/moby/moby/pull/48323 (https://github.com/moby/moby/commit/18327745c00d4d2e98e5ea7241c1a1ef43b0401b) - related to https://github.com/moby/moby/pull/47871 When an endpoint in a gateway mode...

area/networking
impact/changelog
docs/revisit
kind/bugfix
area/networking/d/bridge
area/networking/portmapping

- stacked on https://github.com/moby/moby/pull/51636 - stacked on https://github.com/moby/moby/pull/51674 **- What I did** - related to https://github.com/moby/moby/issues/51511 **- How I did it** - Tell NRI plugins about container state and mounts,...

area/logging
platform/windows
kind/feature
area/docs
area/security
area/security/seccomp
area/daemon
area/dependencies

### Description Following on from: - https://github.com/moby/moby/issues/51346 Produce an initial pipe-cleaning version of NRI support that covers at-least: - ContainerCreate - Allow env-var modification/addition - Allow additional mounts - Return...

kind/feature

**- What I did** - related to https://github.com/moby/moby/issues/51511 - Add replace rules to pick up moby api/client modules with the NRI changes. - Display NRI info if present in the...

impact/changelog
kind/feature
area/ux