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

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