[Bug 198449] Package nfs-utils-lib lacks IPv6 support

bugzilla at redhat.com bugzilla at redhat.com
Tue May 6 12:09:50 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Package nfs-utils-lib lacks IPv6 support


https://bugzilla.redhat.com/show_bug.cgi?id=198449


mark at alpha.dyndns.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at alpha.dyndns.org
  Status Whiteboard| bzcl34nup                  |bzcl34nup




------- Additional Comments From mark at alpha.dyndns.org  2008-05-06 08:09 EST -------
Bug is still in rawhide, specifically in librpcsecgss. Here are the offending
source files:

src/svc_tcp.c:  if ((sock = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP)) < 0) {
src/svc_tcp.c:  addr.sin_family = AF_INET;
src/clnt_simple.c:  server_addr.sin_family = AF_INET;
src/clnt_generic.c:  if (h->h_addrtype != AF_INET) {
src/svc_udp.c:  if ((sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) < 0) {
src/svc_udp.c:  addr.sin_family = AF_INET;
src/clnt_udp.c:  *sockp = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
src/clnt_tcp.c:  *sockp = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);

I'm not very familiar with NFS internals. Could this library be replaced with
libtirpc?


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-triage-list mailing list