Files
kubernetes/pkg
Abhijit Hoskeri da7c39f849 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()`.
2026-04-14 13:20:04 -07:00
..
2025-07-24 08:33:45 +02:00
2025-07-24 08:33:45 +02:00
2026-04-14 13:20:04 -07:00
2026-02-17 03:33:03 -08:00