gitee.com/leisunstar/runtime@v0.0.0-20200521203717-5cef3e7b53f9/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  }