http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407

--- Comment #4 from Robin Sheat <[email protected]> ---
The only way we do this currently (AFAIK) is by regex style matching, see how
OpacSuppressionByIPRange is used in opac-search.pl.

A proper matching, like done in this bug, is probably a better way to do it.

However, I'd like to avoid using ::XS modules if possible, mostly because they
will require custom compilation for every platform that people could possibly
use, and I know that I don't have access to a s390x architecture machine to
test on :)

Instead, is it possible to use Net::IP::Match, which also isn't in Debian, but
will be substantially easier to build.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to