On 22.02.2016 20:28, Samuel Thibault wrote: > From: Guillaume Subiron <maet...@subiron.org> > > This patch adds an IPv6 address to the DNS relay. in6_equal_dns() is > developed using this Slirp attribute. > sotranslate_in/out/accept() are also updated to manage the IPv6 case so the > guest can be able to join the host using one of the Slirp addresses. > > For now this only points to localhost. Further development will be needed to > automatically fetch the IPv6 address from resolv.conf, and announce this via > RDNSS. > > Signed-off-by: Guillaume Subiron <maet...@subiron.org> > Signed-off-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> > --- > slirp/ip6.h | 6 +++++- > slirp/slirp.c | 1 + > slirp/slirp.h | 1 + > slirp/socket.c | 32 ++++++++++++++++++++++++++++++++ > 4 files changed, 39 insertions(+), 1 deletion(-)
Reviewed-by: Thomas Huth <th...@redhat.com>