2.0.4
- Fix an overflow in
Net6.Enumerate()
on 32bit architectures - AllNetsBetween now starts with a netmask of 0 instead of 1, so
iplib.AllNetsBetween(0.0.0.0, 255.255.255.255)
will now return a single /0 network instead of two /1's.
Net6.Enumerate()
on 32bit architecturesiplib.AllNetsBetween(0.0.0.0, 255.255.255.255)
will now return a single /0 network instead of two /1's.