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

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