github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/client/fingerprint/test_fixtures/cni/net1.conf (about)

     1  {
     2    "cniVersion": "0.2.0",
     3    "name": "net1",
     4    "type": "bridge",
     5    "bridge": "cni0",
     6    "isGateway": true,
     7    "ipMasq": true,
     8    "ipam": {
     9      "type": "host-local",
    10      "subnet": "10.22.0.0/16",
    11      "routes": [
    12        {
    13          "dst": "0.0.0.0/0"
    14        }
    15      ]
    16    }
    17  }