[gPXE-devel] [Etherboot-discuss] About IPv6

Thomas Miletich thomas.miletich at gmail.com
Wed Feb 23 18:49:19 EST 2011


Hello,
gPXE doesn't support IPv6 at this point.
There is an aborted attempt to add IPv6 support, the code can be found in
src/net/[ipv6.c,icmpv6.c,ndp.c].
All the ipv4 related code can be found in the same directory, which
could serve as an example how to implement such a protocol in gPXE.

What's easy to miss is that currently the ipv6 code will not be linked
into a gPXE build, and there is no config option for it. You also have
to add
REQUIRE_OBJECT ( ipv6 );
to src/core/config.c,
and perhaps an accompanying #define in src/config/general.h.

I'm also moving this thread to gpxe-devel at etherboot.org, which is the
successor of etherboot-devel and seems more appropriate.

Hope that helps
Thomas

On Wed, Feb 23, 2011 at 12:05 PM, Paco Bernabé <fbernabe at nikhef.nl> wrote:
> Hi,
>
> I'm new to this list. I have a short question about the project; does the code include support for IPv6? If not, I would appreciate if you could guide me to the source code, so that I could see how much effort would be needed to adapt it to IPv6. Thanks!
>
> Best regards,
> Paco Bernabé
>
>
> ============================================
> F.J. Bernabé Pellicer
>
> Nikhef, Dutch National Institute for Sub-atomic Physics
> Group Computer Technology
> Room: H154
> Phone: +31 20 592 2267
> Science Park 105
> 1098 XG Amsterdam
> The Netherlands
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> Etherboot-discuss mailing list
> Etherboot-discuss at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/etherboot-discuss
>
>


More information about the gPXE-devel mailing list