Updates
This commit is contained in:
@@ -33,7 +33,15 @@ resource "docker_network" "ipv6-slaac" {
|
|||||||
ipv6 = true
|
ipv6 = true
|
||||||
|
|
||||||
ipam_config {
|
ipam_config {
|
||||||
|
aux_address = {}
|
||||||
|
gateway = "192.168.48.1"
|
||||||
|
subnet = "192.168.48.0/20"
|
||||||
|
}
|
||||||
|
|
||||||
|
ipam_config {
|
||||||
|
aux_address = {}
|
||||||
subnet = "2a02:a470:b12a:2::/64"
|
subnet = "2a02:a470:b12a:2::/64"
|
||||||
|
gateway = "2a02:a470:b12a:2::1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -42,7 +50,15 @@ resource "docker_network" "ip6net" {
|
|||||||
ipv6 = true
|
ipv6 = true
|
||||||
|
|
||||||
ipam_config {
|
ipam_config {
|
||||||
|
aux_address = {}
|
||||||
|
gateway = "192.168.64.1"
|
||||||
|
subnet = "192.168.64.0/20"
|
||||||
|
}
|
||||||
|
|
||||||
|
ipam_config {
|
||||||
|
aux_address = {}
|
||||||
subnet = "2001:db8::/64"
|
subnet = "2001:db8::/64"
|
||||||
|
gateway = "2001:db8::1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user