diff options
| -rw-r--r-- | ansible/group_vars/all/ipam.yml | 2 | ||||
| -rw-r--r-- | terraform/ipam6/ipam6.tf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ansible/group_vars/all/ipam.yml b/ansible/group_vars/all/ipam.yml index ae20b2d..ccea645 100644 --- a/ansible/group_vars/all/ipam.yml +++ b/ansible/group_vars/all/ipam.yml @@ -47,7 +47,7 @@ ipam6: range: "fdb1:4242:3538:2008::/64" hosts: lhn2ix: "fdb1:4242:3538:2008::1" - lhn2pi: "fdb1:4242:3538:2008::ffff" + lhn2pi: "fdb1:4242:3538:2008::ffff/64" lhn2-z2m: "fdb1:4242:3538:2008:9aed:e460:1711:07dd" ha-lhn2: "fdb1:4242:3538:2008:9c59:926f:1dc9:89db" conflatorio: "fdb1:4242:3538:2008:8042:32ff:fe0c:7161" diff --git a/terraform/ipam6/ipam6.tf b/terraform/ipam6/ipam6.tf index 20d3b47..5c3f54d 100644 --- a/terraform/ipam6/ipam6.tf +++ b/terraform/ipam6/ipam6.tf @@ -125,7 +125,7 @@ output "networks" { } lhn2pi = { address : "fdb1:4242:3538:2008::ffff" - prefix : "128" + prefix : "64" } lhn2-z2m = { address : "fdb1:4242:3538:2008:9aed:e460:1711:7dd" @@ -236,7 +236,7 @@ output "hosts" { } lhn2pi = { address : "fdb1:4242:3538:2008::ffff" - prefix : "128" + prefix : "64" } lhn2-z2m = { address : "fdb1:4242:3538:2008:9aed:e460:1711:7dd" |
