ungleich-k8s/cni/macvlan-v6.conf

20 lines
353 B
Text
Raw Normal View History

2022-10-18 15:10:56 +00:00
{
"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"
}
]
]
}
}