Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Net-IP-CMatch - Efficiently match IP addresses against IP ranges with C
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).
Packages
Name |
Version |
Release |
Type |
Size |
Built |
perl-Net-IP-CMatch |
0.02 |
4.fc6 |
src |
33 KiB |
Tue Aug 29 23:32:10 2006 |
Changelog
- * Tue Aug 29 18:00:00 2006 - Orion Poplawski <orion{%}cora{*}nwra{*}com> - 0.02-4
- Rebuild for FC6
- * Mon Feb 27 17:00:00 2006 - Orion Poplawski <orion{%}cora{*}nwra{*}com> - 0.02-3
- Rebuild for FC5
- * Tue Oct 18 18:00:00 2005 Paul Howarth <paul{%}city-fan{*}org> - 0.02-2
- Add Changes as %doc
- Fix directory ownership
- Remove redundant BR: perl
- Simplify compiler optimization
- Tidy up %description