Comment 1 for bug 1919495

Revision history for this message
Michael Johnson (johnsom) wrote :

Frankly Designate should not be using regex to parse these addresses at all.

It should use python ipaddress module and normalize the address (explode for example) and use __format__ on the IPv6Address object to manipulate it for other required representations.