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

     1  {
     2    "cniVersion": "0.3.1",
     3    "name": "net2",
     4    "plugins": [
     5      {
     6        "type": "ptp",
     7        "ipMasq": true,
     8        "ipam": {
     9          "type": "host-local",
    10          "subnet": "172.16.30.0/24",
    11          "routes": [
    12            {
    13              "dst": "0.0.0.0/0"
    14            }
    15          ]
    16        }
    17      },
    18      {
    19        "type": "portmap",
    20        "capabilities": {
    21          "portMappings": true
    22        }
    23      }
    24    ]
    25  }