diff --git a/alloc.go b/alloc.go index 5bb635b..2ad4bed 100644 --- a/alloc.go +++ b/alloc.go @@ -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 {