[Bug 2441] New: xfwp not IPv6-aware
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Feb 1 00:29:54 PST 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2441
Summary: xfwp not IPv6-aware
Product: xorg
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: critical
Priority: P2
Component: App/other
AssignedTo: xorg-bugzilla-noise at freedesktop.org
ReportedBy: roland.mainz at nrubsig.org
CC: alan.coopersmith at sun.com,stuart.kreitman at sun.com
It seems that xfwp is not IPv6-aware - quick search with GNU grep shows that no
traces of IPv6-specific code:
-- snip --
% grep -r INET .
./io.c: assert(temp_sockaddr_in.sin_family == AF_INET);
./transport.c: socket(AF_INET, SOCK_STREAM, 0)) < 0)
./transport.c: rem_sockaddr_in.sin_family = AF_INET;
./transport.c: if ((*server_connect_fd = socket(AF_INET, SOCK_STREAM, 0)) < 0)
-- snip --
This issue renders xfwp unuseable in IPv6-only environments... ;-(
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list