Bug 198439 - Package elilo lacks IPv6 support
Summary: Package elilo lacks IPv6 support
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: elilo
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: IPv6Blocker
TreeView+ depends on / blocked
 
Reported: 2006-07-11 12:33 UTC by Peter Vrabec
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-07-18 13:47:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.