github.com/AbhinandanKurakure/podman/v3@v3.4.10/libpod/network/cni/testfiles/invalid/invalid_gateway.conflist (about) 1 { 2 "cniVersion": "0.4.0", 3 "name": "invalidgw", 4 "plugins": [ 5 { 6 "type": "bridge", 7 "bridge": "cni-podman8", 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", 23 "rangeStart": "10.89.8.20", 24 "rangeEnd": "10.89.8.50" 25 } 26 ] 27 ] 28 } 29 }, 30 { 31 "type": "portmap", 32 "capabilities": { 33 "portMappings": true 34 } 35 }, 36 { 37 "type": "firewall", 38 "backend": "" 39 }, 40 { 41 "type": "tuning" 42 }, 43 { 44 "type": "dnsname", 45 "domainName": "dns.podman", 46 "capabilities": { 47 "aliases": true 48 } 49 } 50 ] 51 }