github.com/siglens/siglens@v0.0.0-20240328180423-f7ce9ae441ed/podman-network_siglens.conflist (about)

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