Files
containernetworking-plugins/integration/testdata/basic-ptp.json
2024-10-14 11:47:24 +02:00

13 lines
235 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",
"dataDir": "/tmp/basic-ptp-test"
}
}