Bug 328931 - anaconda writes IPV6ADDR=dhcp in ifcfg-eth<whatever>
Summary: anaconda writes IPV6ADDR=dhcp in ifcfg-eth<whatever>
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 328921 (view as bug list)
Depends On:
Blocks: F8Blocker
TreeView+ depends on / blocked
 
Reported: 2007-10-12 04:00 UTC by Bill Nottingham
Modified: 2014-03-17 03:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-23 21:05:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2007-10-12 04:00:29 UTC
Description of problem:

That's not valid. What are you intending by such a configuration?

Version-Release number of selected component (if applicable):

anaconda-11.3.0.38-1

Comment 1 Bill Nottingham 2007-10-12 04:01:39 UTC
Poking at the anaconda source, I see:

loader.c:648:        loaderData->ipv6 = strdup("dhcp");
loader.c:1272:                        loaderData->ipv6 = strdup("dhcpv6");

Presumably that's the source, although one of those lines probably needs fixed.

Comment 2 Bill Nottingham 2007-10-12 04:38:55 UTC
*** Bug 328921 has been marked as a duplicate of this bug. ***

Comment 3 David Cantrell 2007-10-23 21:05:19 UTC
The internal Network object in anaconda does not directly map down to ifcfg-*
settings.  At one point it did, so I added support to write out correct IPV6
values based on what we collected from the user.


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