• Robert Pothier's avatar
    Remove subnet size restriction for IPv6 · ad16986c
    Robert Pothier authored
    RangeSize was restricting IPv6 subnets to a /66 due to the
    logic using a uint64. This is not practical for IPv6.
    This change removes the /64 restriction, but also sets a limit
    on the range that can be allocated, so that the bitmap will not grow too large.
    ad16986c
Name
Last commit
Last update
..
controller Loading commit data...
storage Loading commit data...
BUILD Loading commit data...
allocator.go Loading commit data...
allocator_test.go Loading commit data...