I'm using ipaddress library to obtain IP address with subnet mask, but it returns wrong address after putting all data. What's the problem? When I used it earlier it was working fine.
import ipaddress
myip=ipaddress.IPv4Network('192.13.192.123/3',strict=False)
The output is 192.0.0.0/3 instead of 192.13.192.123/3