github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/contrib/cirrus/99-do-not-use-google-subnets.conflist (about) 1 { 2 "cniVersion": "0.4.0", 3 "name": "do-not-use-google-subnets", 4 "plugins": [ 5 { 6 "type": "bridge", 7 "name": "do-not-use-google-subnets", 8 "bridge": "do-not-use-google-subnets", 9 "ipam": { 10 "type": "host-local", 11 "ranges": [ 12 [ 13 { 14 "subnet": "10.128.0.0/9" 15 } 16 ] 17 ] 18 } 19 } 20 ] 21 }