Bug 198439

Summary: Package elilo lacks IPv6 support
Product: [Fedora] Fedora Reporter: Peter Vrabec <pvrabec>
Component: eliloAssignee: Chris Lumens <clumens>
Status: CLOSED NOTABUG QA Contact:
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-18 13:47: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    

Description Peter Vrabec 2006-07-11 12:33:59 UTC
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.

Comment 1 Chris Lumens 2006-07-13 16:42:51 UTC
What test was performed that determined elilo lacks IPv6 support?  Can I get the
results of it?

Comment 2 Peter Vrabec 2006-07-18 09:40:53 UTC
We grep sources and search F_INET and F_INET6 macro.
$ grep -R INET *
src/lib/efi.c:    fd = socket(AF_INET, SOCK_DGRAM, 0);
src/lib/efi.c.orig:    fd = socket(AF_INET, SOCK_DGRAM, 0);

When I look at code it seems to me this bug was reported by mistake. Elilo doesn't use socket 
to send or receive date. It use it to get some driver information, so this is similar to #198380.

Close this bug if I'm right, please.


Comment 3 Chris Lumens 2006-07-18 13:47:48 UTC
Yup, that's what it looks like to me too.  Thanks for investigating.