ungleich-k8s/cni/macvlan-v6.conf
2022-10-18 17:10:56 +02:00

19 lines
353 B
Text

{
"cniVersion": "0.3.1",
"name": "mynet",
"type": "macvlan",
"master": "eth1",
"isDefaultGateway": true,
"ipam": {
"type": "host-local",
"ranges": [
[
{
"subnet": "2a0a:e5c0:10:bee::/64",
"rangeStart": "2a0a:e5c0:10:bee::0010",
"rangeEnd": "2a0a:e5c0:10:bee::00ff"
}
]
]
}
}