jsakamoto / ipaddressrange

.NET Class Library for range of IP address, both IPv4 and IPv6.
Mozilla Public License 2.0
370 stars 71 forks source link

Caclulate correct usable addresses in a range #61

Closed BishoyDemian closed 4 years ago

BishoyDemian commented 4 years ago

CIDR ranges /32, and /31 when given to the library to parse and then querying range.Usable, I get back a (0) where the .FirstUsable and .LastUsable properties are correctly showing a valid IP Address.

image

jsakamoto commented 4 years ago

Hi, @BishoyDemian !

I guess, you should the issue to here. :)