12 lines
193 B
JSON
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"
|
|
}
|
|
}
|