Comment 1 for bug 1676619

Revision history for this message
LaMont Jones (lamont) wrote : Re: dnsresources create fails on valid IP

In the current code, forms/dnsresource.py's clean_ip converts a given IP address into a StaticIPAddress.id... if that fails, it happily leaves it as a string, and we die.

I played with a branch over the weekend that starts to address it, by creating the needed StaticIPAddress entries in save() if they do not exist.