libnet-netmask-perl 2.0002-ok1 source package in openKylin
Changelog
libnet-netmask-perl (2.0002-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Sat, 17 Sep 2022 16:54:18 +0800
libnet-netmask-perl (2.0002-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Sat, 17 Sep 2022 16:54:18 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl | |
Nile V2.0 | release | main | perl | |
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libnet-netmask-perl_2.0002.orig.tar.gz | 42.5 KiB | 04968afbfbf495f478bfd9656f6e67645961ba3c10470469baab3eb609bc10ba |
libnet-netmask-perl_2.0002-ok1.debian.tar.xz | 8.1 KiB | 60d108fb3a3514638d9cf9c1ed0713f0744d0883f08ea0dac38c0bdf0d09b084 |
libnet-netmask-perl_2.0002-ok1.dsc | 1.9 KiB | bd02a3982105d73bcdbffcee179d8749eda010c2b23c8fd62f6b0f5d1338a821 |
Net::Netmask parses and understands IPv4 and IPv6 CIDR blocks.
It's built with an object-oriented interface,
with functions being methods that operate on a Net::Netmask object.
.
These methods provide
nearly all types of information about a network block
that you might want.
.
There are also functions to insert a network block into a table
and then later lookup network blocks by IP address using that table.
There are functions to turn a IP address range
into a list of CIDR blocks.
There are functions to turn a list of CIDR blocks
into a list of IP addresses.
.
There is a function for sorting by text IP address.
.
All functions understand both IPv4 and IPv6.
Matches, finds, etc, will always return false
when an IPv4 address is matched against an IPv6 address.