Bug 198411
| Summary: | Package sysklogd lacks IPv6 support | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Vrabec <pvrabec> | ||||||
| Component: | sysklogd | Assignee: | Peter Vrabec <pvrabec> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | mbacovsk, tmraz | ||||||
| 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-23 08:34:48 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 136993 [details]
IPv6 patch
Can someone test this? I have no idea how to do it properly.
Created attachment 141941 [details] another syslog IPv6 support It's based on FreeBSD syslog source: http://cvsweb.freebsd.org/src/usr.sbin/syslogd I have tested it a little bit with no problems. patch applied in sysklogd-1.4.1-40.fc7 |
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: /sysklogd-1.4.1rh/syslogd.c:1224: fd = socket(AF_INET, SOCK_DGRAM, 0); /sysklogd-1.4.1rh/syslogd.c:1231: sin.sin_family = AF_INET; /sysklogd-1.4.1rh/syslogd.c:2004: if (f->sin_family != AF_INET) { /sysklogd-1.4.1rh/syslogd.c:2615: f->f_un.f_forw.f_addr.sin_family = AF_INET;