# Functions
GetIndexedIP returns a net.IP that is subnet.IP + index in the contiguous IP space.
NewAllocatorCIDRRange creates a Range over a net.IPNet, calling allocatorFactory to construct the backing store.
Helper that wraps NewAllocatorCIDRRange, for creating a range backed by an in-memory store.
NewFromSnapshot allocates a Range and initializes it from a snapshot.
RangeSize returns the size of a range in valid addresses.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Range is a contiguous block of IPs that can be allocated atomically.
# Interfaces
Interface manages the allocation of IP addresses out of a range.