grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/3] fix ipv6 support


From: Josef Bacik
Subject: Re: [PATCH 0/3] fix ipv6 support
Date: Thu, 6 Aug 2015 10:23:52 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 08/06/2015 12:06 AM, Michael Chang wrote:
On Wed, Aug 05, 2015 at 10:50:37AM -0700, Josef Bacik wrote:
These patches are on top of Michael Chang's bootp6 code (which we also really
need so it would be great if those could go in as well).  At Facebook we have
ipv6 only clusters that we need to be able to provision over the network.  The
current grub2 support for ipv6 is broken in a few ways.  The routing stuff
needed to be reworked to handle talking to an ipv6 router properly.  I tried to
not change the code too much in order to make sure I didn't regress the ipv4
support.

Thanks for your feedback, that's very encouraging to me. :-)

The patch is still in review and need to solve some issues addressed by
Andrei. I was distracted by some other stuff later and my own server
hosted virtual machine to develope and test ipv6 was accidently broken
by system update of virtualization package. The major changes that cause
the failure seems to be qemu changes to enable ipxe UEFI option rom
which somehow did not provide ipv6 support in it's UNDI driver, along
with some other issues in edk2/ovmf itself.

Anyway boop6 patches seems to be innocent to the new problem I have and
can continue the work by not loading iPXE UEFI option rom from qemu. To
whom who may be interested here is libvirt guest config I use to disable
option rom and use edk2's network stack.

     <interface type='network'>
       <rom bar='off'/>
     </interface>

I will continue on working on the patches and follow through review for
the patch set with upstream.


That would be great, anything you post I'll pull in immediately and test on real hardware in one of our ipv6 only clusters to make sure it's still working. From my perspective none of your code has given me any problems, it pulls the dhcp information that uefi has already properly, and manually doing the bootp thing also works properly. Thanks,

Josef




reply via email to

[Prev in Thread] Current Thread [Next in Thread]