Log this as an issue for future to work on: below is comments from Grant: In the fullness of time, we might want to just incorporate: https://github.com/python/cpython/blob/3.7/Lib/ipaddress.py (https://docs.python.org/3/library/ipaddress.html) and rebase the high-level Happy functions on them. Much of the string-based handling, such as IP.prefixMatchAddress is fundamentally broken for all but the simplest use cases.
Log this as an issue for future to work on:
below is comments from Grant:
In the fullness of time, we might want to just incorporate: https://github.com/python/cpython/blob/3.7/Lib/ipaddress.py (https://docs.python.org/3/library/ipaddress.html) and rebase the high-level Happy functions on them.
Much of the string-based handling, such as IP.prefixMatchAddress is fundamentally broken for all but the simplest use cases.