Bug 198394
| Summary: | Package nut lacks IPv6 support | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Vrabec <pvrabec> | ||||
| Component: | nut | Assignee: | Than Ngo <than> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | dkopecek, mbacovsk | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-11-21 12:39:52 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 195271 | ||||||
| Attachments: |
|
||||||
Created attachment 141582 [details]
Experimental IPv6 support
In case somebody have complaints or have found a bug, please send me an email
(or write it here)
Dan, i have sent the fix to nut upstream (cc to you). Hope it will be included in next upstream release. Thanks for the fix. |
This bug was reported automaticaly in connection with IPv6 project. Our aim is to support IPv6 in all Fedora Core packages so FC6 and RHEL5 will be ready for IPv6. This package seems to lack IPv6 support as is illustrated in attached log. Here follows part of scanning log (grep -r F_INET *)/up to 30 lines: /nut-2.0.3/server/upsd.c:137: if ((listenfd = socket(AF_INET, SOCK_STREAM, 0)) < 0) /nut-2.0.3/server/upsd.c:148: server.sin_family = AF_INET; /nut-2.0.3/clients/upsclient.c:458: if ((ups->fd = socket(AF_INET, SOCK_STREAM, 0)) < 0) { /nut-2.0.3/clients/upsclient.c:465: local.sin_family = AF_INET; /nut-2.0.3/clients/upsclient.c:469: server.sin_family = AF_INET;