github.com/AbhinandanKurakure/podman/v3@v3.4.10/libpod/network/cni/testfiles/valid/mtu.conflist (about) 1 { 2 "cniVersion": "0.4.0", 3 "name": "mtu", 4 "plugins": [ 5 { 6 "type": "bridge", 7 "bridge": "cni-podman13", 8 "isGateway": true, 9 "ipMasq": true, 10 "mtu": 1500, 11 "hairpinMode": true, 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.11.0/24" 23 } 24 ] 25 ] 26 } 27 }, 28 { 29 "type": "portmap", 30 "capabilities": { 31 "portMappings": true 32 } 33 }, 34 { 35 "type": "firewall", 36 "backend": "" 37 }, 38 { 39 "type": "tuning" 40 }, 41 { 42 "type": "dnsname", 43 "domainName": "dns.podman", 44 "capabilities": { 45 "aliases": true 46 } 47 } 48 ] 49 }