mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
58854117a4
PR: ports/180296 Submitted by: Anes Mukhametov <anes@anes.su>
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
Net::CIDR::Set represents sets of IP addresses and
|
|
allows standard set operations (union, intersection,
|
|
membership test etc) to be performed on them.
|
|
|
|
In spite of the name it can work with sets consisting
|
|
of arbitrary ranges of IP addresses - not just CIDR blocks.
|
|
|
|
Both IPv4 and IPv6 addresses are handled - but they may not
|
|
be mixed in the same set.
|
|
|
|
WWW: http://search.cpan.org/dist/Net-CIDR-Set/
|