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

     1  {
     2     "cniVersion": "0.4.0",
     3     "name": "internal",
     4     "plugins": [
     5        {
     6           "type": "bridge",
     7           "bridge": "cni-podman8",
     8           "isGateway": false,
     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.7.0/24"
    21                    }
    22                 ]
    23              ]
    24           }
    25        },
    26        {
    27           "type": "portmap",
    28           "capabilities": {
    29              "portMappings": true
    30           }
    31        },
    32        {
    33           "type": "firewall",
    34           "backend": ""
    35        },
    36        {
    37           "type": "tuning"
    38        }
    39     ]
    40  }