github.com/AbhinandanKurakure/podman/v3@v3.4.10/libpod/network/cni/testfiles/invalid/noname.conflist (about)

     1  {
     2     "cniVersion": "0.4.0",
     3     "plugins": [
     4        {
     5           "type": "bridge",
     6           "bridge": "cni-podman9",
     7           "isGateway": true,
     8           "ipMasq": true,
     9           "hairpinMode": true,
    10           "ipam": {
    11              "type": "host-local",
    12              "routes": [
    13                 {
    14                    "dst": "0.0.0.0/0"
    15                 }
    16              ],
    17              "ranges": [
    18                 [
    19                    {
    20                       "subnet": "10.89.8.0/24",
    21                       "gateway": "10.89.8.1"
    22                    }
    23                 ]
    24              ]
    25           }
    26        },
    27        {
    28           "type": "portmap",
    29           "capabilities": {
    30              "portMappings": true
    31           }
    32        },
    33        {
    34           "type": "firewall",
    35           "backend": ""
    36        },
    37        {
    38           "type": "tuning"
    39        },
    40        {
    41           "type": "dnsname",
    42           "domainName": "dns.podman",
    43           "capabilities": {
    44              "aliases": true
    45           }
    46        }
    47     ]
    48  }