Bug 690625
Summary: | IP("::/0") gives a netmask of 0.0.0.0 rather then 0:0:0:0:0:0:0:0 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Daniel Walsh <dwalsh> | ||||
Component: | python-IPy | Assignee: | Matt Domsch <matt_domsch> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 15 | CC: | matt_domsch | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | python-IPy-0.75-1.fc14 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-07-04 18:52:06 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Daniel Walsh
2011-03-24 20:23:48 UTC
Dan, any chance 0.73 fixes it for you? http://pypi.python.org/pypi/IPy/ Nope, 0.74 doesn't. I'll report upstream. Thanks, Matt I added this hack to my program if newmask == "0.0.0.0" and i.version() == 6: newmask = "::" Created attachment 487432 [details]
0001-Issue-4-IP-0-.netmask-gives-IP-instead-of-IP-0.0.0.0.patch
Upstream patch to address bug. Upstream has offered to release a new version to address this.
Great. I will remove my hack when it gets into F15. Koji build of 0.75 includes this fix. This is built for rawhide now. I can backport to F15 if necessary. Created task: 3150183 Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=3150183 python-IPy-0.75-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/python-IPy-0.75-1.fc15 python-IPy-0.75-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-IPy-0.75-1.el6 Package python-IPy-0.75-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-IPy-0.75-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/python-IPy-0.75-1.fc15 then log in and leave karma (feedback). python-IPy-0.75-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/python-IPy-0.75-1.fc14 python-IPy-0.75-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. python-IPy-0.75-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. python-IPy-0.75-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |