Files
containernetworking-plugins/integration/testdata/basic-ptp.json
2018-02-28 12:56:10 -08:00

12 lines
193 B
JSON

{
"cniVersion": "0.3.0",
"name": "basic-ptp",
"type": "ptp",
"ipMasq": true,
"mtu": 512,
"ipam": {
"type": "host-local",
"subnet": "10.1.2.0/24"
}
}