Check for IP inclusion in set of IP singletons and ranges
in.ip.set.Rd
Check for IP inclusion in set of IP singletons and ranges
Arguments
- x
Character vector of singleton IP addresses. Can contain duplicate elements.
- ip.set
Character vector of IP address singletons and/or ranges. Ranges should be in Classless Inter-Domain Routing (CIDR) notation, e.g. "169.254.0.0/24". No duplicate elements allowed. Ranges should not overlap (see documentation in ip.match).