go-ipam icon indicating copy to clipboard operation
go-ipam copied to clipboard

Support classless prefixes

Open majst01 opened this issue 4 years ago • 1 comments

For prefixes which are not for machines, but only for prefix ranges available for other purposes, wasting the network and the broadcast address is bad.

Add a flag for prefix acquire to skip this reservation

majst01 avatar May 13 '20 08:05 majst01

Should remove this assumption that broadcast and network IP are blocked. Instead this should be delegated to the caller and provide cidr.IsBroadCast() and cidr.IsNetwork() to let the caller decide whether to use these ip´s or not.

majst01 avatar May 23 '20 13:05 majst01