Re: [PATCH v6 0/4] Add support for ipv6 host forwarding

2021-05-05 Thread Philippe Mathieu-Daudé
Well Maxim review would help too, so Cc'ing him. On 5/5/21 6:13 PM, Philippe Mathieu-Daudé wrote: > Cc'ing Marc-André > > On 5/5/21 5:21 PM, Doug Evans wrote: >> Ping. >> >> On Wed, Apr 28, 2021 at 8:37 PM Doug Evans > > wrote: >> >> Ping. >> >> On Wed, Apr 14, 202

Re: [PATCH v6 0/4] Add support for ipv6 host forwarding

2021-05-05 Thread Philippe Mathieu-Daudé
Cc'ing Marc-André On 5/5/21 5:21 PM, Doug Evans wrote: > Ping. > > On Wed, Apr 28, 2021 at 8:37 PM Doug Evans > wrote: > > Ping. > > On Wed, Apr 14, 2021 at 8:39 PM Doug Evans > wrote: > > This patchset takes the original pa

Re: [PATCH v6 0/4] Add support for ipv6 host forwarding

2021-05-05 Thread Doug Evans
Ping. On Wed, Apr 28, 2021 at 8:37 PM Doug Evans wrote: > Ping. > > On Wed, Apr 14, 2021 at 8:39 PM Doug Evans wrote: > >> This patchset takes the original patch from Maxim, >> https://www.mail-archive.com/qemu-devel@nongnu.org/msg569573.html >> and updates it. >> >> Option hostfwd is extended

Re: [PATCH v6 0/4] Add support for ipv6 host forwarding

2021-04-28 Thread Doug Evans
Ping. On Wed, Apr 14, 2021 at 8:39 PM Doug Evans wrote: > This patchset takes the original patch from Maxim, > https://www.mail-archive.com/qemu-devel@nongnu.org/msg569573.html > and updates it. > > Option hostfwd is extended to support ipv6 addresses. > Commands hostfwd_add, hostfwd_remove are

[PATCH v6 0/4] Add support for ipv6 host forwarding

2021-04-14 Thread Doug Evans
This patchset takes the original patch from Maxim, https://www.mail-archive.com/qemu-devel@nongnu.org/msg569573.html and updates it. Option hostfwd is extended to support ipv6 addresses. Commands hostfwd_add, hostfwd_remove are extended as well. The libslirp part of the patch has been committed u