You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that expected? it seems isInSubnet won't actually tell you whether or not some address is contained by a range of ips represented by a CIDR. Is there another method from that?
The text was updated successfully, but these errors were encountered:
False alarm. Sorry! I just got the direction wrong (it's in fact address.isInSubnet(subnet)). The documentation is a little confusing regarding the expected relation.
Is that expected? it seems isInSubnet won't actually tell you whether or not some address is contained by a range of ips represented by a CIDR. Is there another method from that?
The text was updated successfully, but these errors were encountered: