Hello,
This is another respin of IPv6 in Qemu -net user mode.
These patches add ICMPv6, NDP, and make UDP and TCP compatible with
IPv6.
Difference with version 6 is:
- drop second-precision timer addition
- use ms precision for RA timer
- Use unsigned short instead of sa_family_t
- Use error_r
On 01/12/2016 12:04 PM, Jason Wang wrote:
> On 01/12/2016 10:22 AM, Hailiang Zhang wrote:
>> > Hi,
>> >
>> > It seems that, Jan Kiszka is maintaining SLIRP (From MAINTAINERS file),
>> > Maybe he could make a help to merge this series.
>> >
>> > TO: J. Kiszka
>> >
>> > Thanks,
>> > Hailiang
> Rig
On 01/12/2016 10:22 AM, Hailiang Zhang wrote:
> Hi,
>
> It seems that, Jan Kiszka is maintaining SLIRP (From MAINTAINERS file),
> Maybe he could make a help to merge this series.
>
> TO: J. Kiszka
>
> Thanks,
> Hailiang
Right, and I can take this series in my tree if Jan doesn't have time to
do
Hi,
It seems that, Jan Kiszka is maintaining SLIRP (From MAINTAINERS file),
Maybe he could make a help to merge this series.
TO: J. Kiszka
Thanks,
Hailiang
On 2016/1/11 23:04, Samuel Thibault wrote:
Hello,
Samuel Thibault, on Sat 19 Dec 2015 22:24:40 +0100, wrote:
This is another respin of
Hello,
Samuel Thibault, on Sat 19 Dec 2015 22:24:40 +0100, wrote:
> This is another respin of IPv6 in Qemu -net user mode.
>
> The following patches first make some refactoring to make current code ready
> for IPv6, and do not change the behavior. The actual IPv6 support will then
> be
> submit
On 12/19/2015 02:24 PM, Samuel Thibault wrote:
> Hello,
meta-reply
>
> This is another respin of IPv6 in Qemu -net user mode.
>
> The following patches first make some refactoring to make current code ready
> for IPv6, and do not change the behavior. The actual IPv6 support will then
> be
> s
Hello,
This is another respin of IPv6 in Qemu -net user mode.
The following patches first make some refactoring to make current code ready
for IPv6, and do not change the behavior. The actual IPv6 support will then be
submitted as a separate patch series.
Difference with version 6 is:
- Use err