Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sometimes alloc ipv6 address failed sometimes ipam.GetStaticAdd…
…ress return NoAvailableAddress when use ipam.GetStaticAddress with param ipv6 address without clean Zero such as "fd00::00e9:0ed1", and exactly subnet.V6FreeIPList has a range with start fd00::e9:ed1 and end with any v6 address,or start with an any v6 address and end with fd00::e9:ed1, it will cause ipr.Start.Equal(ip) or ipr.End.Equal(ip) failed, and no v6 address allocated
- Loading branch information