github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/client/fingerprint/test_fixtures/cni/net2.conflist (about) 1 { 2 "cniVersion": "0.3.1", 3 "name": "net2", 4 "plugins": [ 5 { 6 "type": "ptp", 7 "ipMasq": true, 8 "ipam": { 9 "type": "host-local", 10 "subnet": "172.16.30.0/24", 11 "routes": [ 12 { 13 "dst": "0.0.0.0/0" 14 } 15 ] 16 } 17 }, 18 { 19 "type": "portmap", 20 "capabilities": { 21 "portMappings": true 22 } 23 } 24 ] 25 }