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
The isInRange() Method in its current form cannot check if a smaller subnet is part of a larger subnet. Would be really nice if it could be updated to support that.
Example
CIDRUtils ipblock = new CIDRUtils("107.0.0.0/8");
ipblock.isInRage("107.0.1.0/24");
The text was updated successfully, but these errors were encountered:
The isInRange() Method in its current form cannot check if a smaller subnet is part of a larger subnet. Would be really nice if it could be updated to support that.
Example
CIDRUtils ipblock = new CIDRUtils("107.0.0.0/8");
ipblock.isInRage("107.0.1.0/24");
The text was updated successfully, but these errors were encountered: