IPv6
This commit is contained in:
parent
fa279c6066
commit
7dd4d6807a
@ -6,8 +6,13 @@
|
|||||||
"tag": "{{.ImageName}}|{{.Name}}|{{.FullID}}"
|
"tag": "{{.ImageName}}|{{.Name}}|{{.FullID}}"
|
||||||
},
|
},
|
||||||
"bip": "10.254.1.1/24",
|
"bip": "10.254.1.1/24",
|
||||||
"default-address-pools":[{"base":"10.254.0.0/17","size":26}],
|
"default-address-pools": [
|
||||||
|
{ "base":"10.254.0.0/17","size":26 },
|
||||||
|
{ "base": "fd64:2::/104", "size": 112 }
|
||||||
|
],
|
||||||
"experimental": true,
|
"experimental": true,
|
||||||
|
"ipv6": true,
|
||||||
|
"fixed-cidr-v6": "fd64:1::/64",
|
||||||
"ip6tables": true
|
"ip6tables": true
|
||||||
}
|
}
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
Reference in New Issue
Block a user