16 lines
294 B
Text
16 lines
294 B
Text
|
{
|
||
|
"cniVersion": "0.2.0",
|
||
|
"name": "ocid-bridge",
|
||
|
"type": "bridge",
|
||
|
"bridge": "cni0",
|
||
|
"isGateway": true,
|
||
|
"ipMasq": true,
|
||
|
"ipam": {
|
||
|
"type": "host-local",
|
||
|
"subnet": "10.88.0.0/16",
|
||
|
"routes": [
|
||
|
{ "dst": "0.0.0.0/0" }
|
||
|
]
|
||
|
}
|
||
|
}
|