Versions in this module Expand all Collapse all v1 v1.1.2 Oct 25, 2024 v1.1.1 Oct 24, 2024 v1.1.0 Oct 15, 2024 Changes in this version + var ErrIPsMaxedOut = fmt.Errorf("maximum IPs allocated") + func GenIPAddr(cidr string, offset int) (string, error) + func GetIPAddrInARange(cidr string, offset int, maxOffset int) (string, error)