Manipulate sets of IP addresses
http://search.cpan.org/dist/Net-CIDR-Set/
'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. You may explicitly set the personality of a set:
my $ip4set = Net::CIDR::Set->new({ type => 'ipv4 }, '10.0.0.0/8');
Normally this isn't necessary - the set will guess its personality from the
first data that is added to it.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/perl-Net-CIDR-Set && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Net-CIDR-Set-0.11.tar.gz | 0000010941 10.7 KB | |
perl-Net-CIDR-Set.changes | 0000000355 355 Bytes | |
perl-Net-CIDR-Set.spec | 0000002245 2.19 KB |
Revision 4 (latest revision is 6)
Adrian Schröter (adrianSuSE)
committed
(revision 4)
Split 13.1 from Factory
Comments 0