Re: [Qemu-devel] [PATCH] slirp: Add support for stateless DHCPv6

2016-06-28 Thread Samuel Thibault
Thomas Huth, on Tue 28 Jun 2016 09:01:50 +0200, wrote: > The options in the DHCPv6 packet do not have any alignment > requirement, so the can also start at uneven addresses. Aow, OK :/ > So I'd like to keep the current code, but I can add some more comments > if you think that helps to understand

Re: [Qemu-devel] [PATCH] slirp: Add support for stateless DHCPv6

2016-06-28 Thread Thomas Huth
On 27.06.2016 22:29, Samuel Thibault wrote: > Hello, > > Thomas Huth, on Sun 26 Jun 2016 10:04:02 +0200, wrote: >> Provide basic support for stateless DHCPv6 (see RFC 3736) so >> that guests can also automatically boot via IPv6 with SLIRP >> (for IPv6 network booting, see RFC 5970 for details). >

Re: [Qemu-devel] [PATCH] slirp: Add support for stateless DHCPv6

2016-06-27 Thread Samuel Thibault
Hello, Thomas Huth, on Sun 26 Jun 2016 10:04:02 +0200, wrote: > Provide basic support for stateless DHCPv6 (see RFC 3736) so > that guests can also automatically boot via IPv6 with SLIRP > (for IPv6 network booting, see RFC 5970 for details). Cool :) I'm here commenting in my reading order, not

[Qemu-devel] [PATCH] slirp: Add support for stateless DHCPv6

2016-06-26 Thread Thomas Huth
Provide basic support for stateless DHCPv6 (see RFC 3736) so that guests can also automatically boot via IPv6 with SLIRP (for IPv6 network booting, see RFC 5970 for details). Tested with: qemu-system-ppc64 -nographic -vga none -boot n -net nic \ -net user,ipv6=yes,ipv4=no,tftp=/path/t