Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Working with "reliberate" on IRC we did find that using a workaround of
0.0.0.0/1 + 128.0.0.0/1 has the same effect as 0.0.0.0/0 while still working on
32 bit.
As far as I can tell this function is only used in two areas, provisioning and
somewhere in pdo.php that seems to be API related. I can't tell how well this
workaround works for the other part, but it seems to work great for
provisioning.
Original comment by s...@seanharlow.info
on 26 Apr 2015 at 1:55
The cidr function works on 64 bit and fails on 32 bit. So don't use the cidr
function on 32 bit at this time. To not use cidr don't define a value for it.
Original comment by markjcrane@gmail.com
on 28 Apr 2015 at 3:50
[deleted comment]
0.0.0.0/1 seems unecessary in most cases as turning off the cidr values would
have same effect.
Original comment by markjcrane@gmail.com
on 28 Apr 2015 at 3:52
[deleted comment]
No response from the person that posted this so closing the issue.
Original comment by markjcrane@gmail.com
on 10 May 2015 at 5:11
Original issue reported on code.google.com by
s...@seanharlow.info
on 26 Apr 2015 at 1:28