On 31.03.2016 00:58, Samuel Thibault wrote: > This makes get_dns_addr address family-agnostic, thus allowing to add the > IPv6 case. > > Signed-off-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> > > --- > Changes since v1: > - code layout > - cope with inet_ntop returning NULL > - move static variables to function using them. > --- > slirp/ip6.h | 9 +++++++ > slirp/libslirp.h | 1 + > slirp/slirp.c | 79 > ++++++++++++++++++++++++++++++++++++++++---------------- > slirp/socket.c | 4 +-- > 4 files changed, 69 insertions(+), 24 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>