Fedora Packages

perl-Net-IP-Match-Regexp

Efficiently match IP addresses against ranges

This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else.

Releases Overview

Release Stable Testing
Fedora Rawhide 1.01-36.fc41 -
Fedora 40 1.01-35.fc40 -
Fedora 39 1.01-33.fc39 -
Fedora 38 1.01-32.fc38 -
EPEL 9 1.01-36.el9 -
EPEL 8 1.01-36.el8 -
EPEL 7 1.01-4.el7 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at perl-Net-IP-Match-Regexp dash maintainers at fedoraproject dot org.



Sources on Pagure