1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libnetaddr-ip-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
Maintainer: Elie Rosenblum <fnord@debian.org>
Standards-Version: 3.5.1
Package: libnetaddr-ip-perl
Architecture: all
Depends: ${perl:Depends}
Description: Manipulate IP Addresses easily
This module provides a simple interface to the tedious bit manipulation
involved when handling IP address calculations.
.
It can perform:
Basic IP conversion, netmask manipulation, subnet interpretation, bitwise
mask generation, full mask generation, subnet manipulation, expansion, and
range operations, sub/supernet tests, data type determination, and more
complex operations such as expansion of netblocks into arrays of smaller
blocks of arbitrary size, and CIDR block aggregation
|