Re: [Qemu-devel] [PATCH 1/2] slirp: Make RA build more flexible

2017-03-27 Thread Philippe Mathieu-Daudé
On 03/26/2017 03:46 PM, Samuel Thibault wrote: Do not hardcode the RA size at all, use a pl_size variable which accounts the accumulated size, and fill rip->ip_pl at the end. This will allow to make some blocks optional. Signed-off-by: Samuel Thibault

[Qemu-devel] [PATCH 1/2] slirp: Make RA build more flexible

2017-03-26 Thread Samuel Thibault
Do not hardcode the RA size at all, use a pl_size variable which accounts the accumulated size, and fill rip->ip_pl at the end. This will allow to make some blocks optional. Signed-off-by: Samuel Thibault --- slirp/ip6_icmp.c | 24 +--- 1 file