aboutsummaryrefslogtreecommitdiff
path: root/libpod/network/cni/testfiles/invalid/broken.conflist
blob: e5bf48b396851ca4287dfed07e4beb8102c3076e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
   "cniVersion": "0.4.0",
   "name": "bridge",
   "plugins": [
      {
         "type": "bridge",
         "bridge": "cni-podman9",
         "isGateway": true,
         "ipMasq": true,
         "hairpinMode": true,
         "ipam": {
            "type": "host-local",
            "routes": [
               {
                  "dst": "0.0.0.0/0"
               }
            ],
            "ranges": [
               [
                  {
                     "subnet": "10.89.8.0/24",
                     "gateway": "10.89.8.1"
                  }
               ]
            ]