http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11180 Bug ID: 11180 Summary: IP branch attrib showld acept CIDR notation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: new feature Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: pablo.bianchi@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com The most common way to talk about an IP range is the CIDR notation, for example "157.93.48.0/22, 157.93.53.0/25, 157.93.54.0/25", instead of using an asterisk (current "157.93.48.*" notation), which limit the mask to /24. I think koha should handle both notations, or at least instead CIDR, which is much more flexible. As in the example also sometimes is necessary to deal with more than one subnet (comma separated) at the same time (I could fill another bug for this one). Of course all this is particularly useful to AutoLocation system preference. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.