github.com/AbhinandanKurakure/podman/v3@v3.4.10/libpod/network/cni/testfiles/invalid/broken.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              ]