IpAddress.class.php
Updated to allow the addMask() method to accept a maximum value so thatit can be used for IPv4 and IPv6 addresses. e.g.:
$myIp->addMask(‘mask’, $pconfig[‘mask’], 32);
Defaults to 128 for compatibility.
Once merged I will revisit the pages with IPv4 input fields.
IpAddress.class.php
Updated to allow the addMask() method to accept a maximum value so that
it can be used for IPv4 and IPv6 addresses. e.g.:
$myIp->addMask(‘mask’, $pconfig[‘mask’], 32);
Defaults to 128 for compatibility.
Once merged I will revisit the pages with IPv4 input fields.