From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18095.56272.4647.158912@cargo.ozlabs.ibm.com> Date: Wed, 1 Aug 2007 11:03:12 +1000 From: Paul Mackerras To: Doug Maxey Subject: Re: ipv6 in yaboot In-Reply-To: <31368.1185909681@falcon10.austin.ibm.com> References: <31368.1185909681@falcon10.austin.ibm.com> Cc: Linux PowerPC List , Paul Nasrat , yaboot-devel@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Doug Maxey writes: > I just got asked about ipv6 support in yaboot and a quick investigation > showed _no_ knowledge of the address formats in the code. > > Should I be submitting an RFC for a full parser that can pick that > apart? Or does has someone have code lurking in the shadows, that > just needed some prompting? :) I would have thought that yaboot would just be passing any network addresses in text form to some OF method, so it's up to OF to understand ipv6 address formats. No? Paul.