1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/p5-Net-Subnet/pkg-descr
Sunpoet Po-Chuan Hsieh 62d8522a75 - Add p5-Net-Subnet 1.02
This is a simple but fast pure Perl module for determining whether a given IP
address is in a given set of IP subnets. It's iterative, and it doesn't use any
fancy tries, but because it uses simple bitwise operations on strings it's still
very fast.

All documented functions are exported by default.

Subnets have to be given in "address/mask" or "address/length" (CIDR) format.
The Socket and Socket6 modules are used to normalise addresses, which means that
any of the address formats supported by inet_aton and inet_pton can be used with
Net::Subnet.

WWW: http://search.cpan.org/dist/Net-Subnet/

PR:		ports/161335
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2011-10-26 11:08:02 +00:00

14 lines
601 B
Plaintext

This is a simple but fast pure Perl module for determining whether a given IP
address is in a given set of IP subnets. It's iterative, and it doesn't use any
fancy tries, but because it uses simple bitwise operations on strings it's still
very fast.
All documented functions are exported by default.
Subnets have to be given in "address/mask" or "address/length" (CIDR) format.
The Socket and Socket6 modules are used to normalise addresses, which means that
any of the address formats supported by inet_aton and inet_pton can be used with
Net::Subnet.
WWW: http://search.cpan.org/dist/Net-Subnet/