added CIDR method

This commit is contained in:
ston1th 2021-09-26 19:48:01 +02:00
commit c39acaee43

View file

@ -17,6 +17,7 @@ type Allocator interface {
Free(*net.IPAddr) error
FreeCIDR(cidr string) error
SetStore(store Store)
CIDR(*net.IPAddr) string
}
type GenericAlloc struct {