Comment 1 for bug 1067959

Revision history for this message
Mark McClain (markmcclain) wrote :

The current validation function uses netaddr.IPNetwork to validate the value. If the prefixlen is missing, IPNetwork defaults to a /32. We should update the validator to ensure that a prefix length is explicitly provided.