github.com/kata-containers/runtime@v0.0.0-20210505125100-04f29832a923/virtcontainers/test/cni/10-mynet.conf (about) 1 { 2 "cniVersion": "0.3.0", 3 "name": "mynet", 4 "type": "cni-bridge", 5 "bridge": "cni0", 6 "isGateway": true, 7 "ipMasq": true, 8 "ipam": { 9 "type": "host-local", 10 "subnet": "10.88.0.0/16", 11 "routes": [ 12 { "dst": "0.0.0.0/0" } 13 ] 14 } 15 }