Bug 198173

Summary: This package seems to lack IPv6 support
Product: [Fedora] Fedora Reporter: Martin Bacovsky <mbacovsk>
Component: uucpAssignee: Peter Vrabec <pvrabec>
Status: CLOSED NOTABUG QA Contact: Bill Huang <bhuang>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: 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-07-11 12:19:36 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:

Description Martin Bacovsky 2006-07-10 12:52:01 UTC
Log beginning follows:
/uucp-1.07/unix/tcp.c:160:      qhints->ai_family = PF_INET;

/uucp-1.07/unix/tcp.c:163:#ifdef PF_INET6

/uucp-1.07/unix/tcp.c:164:      qhints->ai_family = PF_INET6;

/uucp-1.07/unix/tcp.c:291:      qsysdep->o = socket (AF_INET, SOCK_STREAM, 0);

/uucp-1.07/unix/tcp.c:304:  if (quse != NULL && quse->ai_family == AF_INET6)

/uucp-1.07/unix/tcp.c:368:      sin.sin_family = AF_INET;

/uucp-1.07/unix/tcp.c:589:      qsysdep->o = socket (AF_INET, SOCK_STREAM, 0);

/uucp-1.07/unix/tcp.c:614:	  sin.sin_family = AF_INET;

Comment 1 Martin Bacovsky 2006-07-10 12:54:55 UTC
This bug was filed for testing purposses, please ignore