Re: [Qemu-devel] [RFC] slirp: Adding IPv6 NDP autoconfiguration

2013-03-11 Thread Guillaume Subiron
I forgot to say, this patch is not rebased yet. Based on commit 7d2a929feba319c18603e324b1750830d6c8b7a1 Le Mon, Mar 11, 2013 at 07:26:17PM +0100, Guillaume Subiron claviotta : > Hi, > > We are developing IPv6 in Qemu -net user case, starting with ICMPv6 > NDP. > > With this patch, a Debian g

[Qemu-devel] [RFC] slirp: Adding IPv6 NDP autoconfiguration

2013-03-11 Thread Guillaume Subiron
Hi, We are developing IPv6 in Qemu -net user case, starting with ICMPv6 NDP. With this patch, a Debian guest can perform autoconfiguration using NDP. We have added a full IPv6->ICMPv6->NDP stack starting from slirp_input and based on slirp IPv6 implementation. In the end, SLIRP responds to Rou