< Home - < Back

perl-Net-IP-CMatch


Information about the package, perl-Net-IP-CMatch, which is shipped with common Linux distributions. The perl-Net-IP-CMatch package is designed for, Efficiently match IP addresses against IP ranges with C.


Package Name:

perl-Net-IP-CMatch

Summary:

Efficiently match IP addresses against IP ranges with C

Description:

Net::IP::CMatch is based upon, and does the same thing as Net::IP::Match. The unconditionally exported subroutine 'match_ip' determines if the IP to match (first argument) matches any of the subsequent IP arguments. Match arguments may be absolute quads, as '127.0.0.1', or contain mask bits as '111.245.76.248/29'. A true return value indicates a match. It was written in C, rather than a macro, preprocessed through perl's source filter mechanism (as is Net::IP::Match), so that the IP arguments could be traditional perl scalars. The C code is lean and mean (IMHO).

Architecture:

x86_64

Version:

0.02

Release:

10.el6

Size:

14 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Net-IP-CMatch


Control the perl-Net-IP-CMatch package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Net-IP-CMatch

This command will install perl-Net-IP-CMatch on the server.

yum remove perl-Net-IP-CMatch

This command will un-install perl-Net-IP-CMatch on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Net-IP-CMatch, so you have to manually confirm that you want to do this.

yum -y remove perl-Net-IP-CMatch

This command will un-install perl-Net-IP-CMatch on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Net-IP-CMatch when using the -y flag.

yum update perl-Net-IP-CMatch

This command will update perl-Net-IP-CMatch to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Net-IP-CMatch, so you have to manually confirm that you want to do this.

yum -y update perl-Net-IP-CMatch

This command will update perl-Net-IP-CMatch to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Net-IP-CMatch when using the -y flag.

yum info perl-Net-IP-CMatch

This command will show you core information about the perl-Net-IP-CMatch package.

yum deplist perl-Net-IP-CMatch

This command will show you the dependencies for perl-Net-IP-CMatch. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Net-IP-CMatch

This command will check if there is an update waiting on perl-Net-IP-CMatch. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.