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

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