import "github.com/hashicorp/vault/sdk/helper/cidrutil"
IPBelongsToCIDR checks if the given IP is encompassed by the given CIDR block
IPBelongsToCIDRBlocksSlice checks if the given IP is encompassed by any of the given CIDR blocks
func RemoteAddrIsOk(remoteAddr string, boundCIDRs []*sockaddr.SockAddrMarshaler) bool
RemoteAddrIsOk checks if the given remote address is either:
- OK because there's no CIDR whitelist - OK because it's in the CIDR whitelist
Subset checks if the IPs belonging to a given CIDR block is a subset of IPs belonging to another CIDR block.
SubsetBlocks checks if each CIDR block of a given set of CIDR blocks, is a subset of at least one CIDR block belonging to another set of CIDR blocks. First parameter is the set of CIDR blocks to check against and the second parameter is the set of CIDR blocks that needs to be checked.
ValidateCIDRListSlice checks if the given list of CIDR blocks are valid
ValidateCIDRListString checks if the list of CIDR blocks are valid, given that the input is a string composed by joining all the CIDR blocks using a separator. The input is separated based on the given separator and validity of each is checked.
Package cidrutil imports 6 packages (graph) and is imported by 34 packages. Updated 2019-04-12. Refresh now. Tools for package owners.