collins
collins copied to clipboard
IPv6 support for IPAM module
It would really be useful if I could delegate IPv6 ranges via collins. For example in production.conf:
ipAddresses {
pools {
"5.21.25" {
network="10.80.28.0/26"
gateway="10.80.28.1"
startAddress="10.80.28.4"
}
"5.21.25-IPv6" {
network="2001:DB8:1d::/64"
gateway="2001:DB8:1d::1"
startAddress="2001:DB8:1d::4"
}
}
}
ipAddresses {
pools {
"5.21.25-IPv6" {
network="2001:DB8:1d::/64"
gateway="2001:DB8:1d::1"
startAddress="2001:DB8:1d::4"
}
}
}
Spending some time to make sure that I understand ipv6 addressing and sub netting first. Arnoud, you definitely know this better than me, but the gateway and startAddress in that example look incorrect to me, they are taking the 16 bit allocated for sub netting in ipv6
Sorry about that closed this by mistake. Reopened it