yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35776
[Bug 1478181] [NEW] there is something wrong in the note below function _validate_ip_address
You have been subscribed to a public bug:
https://github.com/openstack/neutron/blob/master/neutron/api/v2/attributes.py
the note that below function _validate_ip_address
on line199 :
# >>> netaddr.IPAddress('1' * 59)
will not get right result
# IPAddress('199.28.113.199')
but raise error result like this:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/netaddr/ip/__init__.py", line 306, in __init__
'address from %r' % addr)
netaddr.core.AddrFormatError: failed to detect a valid IP address from '11111111111111111111111111111111111111111111111111111111111'
** Affects: neutron
Importance: Undecided
Status: New
--
there is something wrong in the note below function _validate_ip_address
https://bugs.launchpad.net/bugs/1478181
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.