Files
kubernetes/pkg
Abhijit Hoskeri 22551e56a6 Fix IPv6 allocator for /64 CIDRs
An ipAllocator with a 64 bit IPv6 CIDR can allocate
addresses outside the CIDR range, due to an improper uint64 to int64
cast in the addOffsetAddress function.

Replace the cast with a call to `math/big.Int.SetUint64()`.
2025-09-22 11:07:57 -07:00
..
2025-09-17 20:14:28 -04:00
2025-09-22 11:07:57 -07:00
2025-09-17 20:14:28 -04:00