qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@gnu.org>
To: qemu-devel@nongnu.org, thuth@redhat.com
Cc: jan.kiszka@siemens.com
Subject: Re: [Qemu-devel] [PATCH 2/3] slirp: Add dns6 resolution
Date: Sun, 20 Mar 2016 16:09:28 +0100	[thread overview]
Message-ID: <20160320150928.GC3635@var.home> (raw)
In-Reply-To: <1458485126-21110-3-git-send-email-samuel.thibault@ens-lyon.org>

Samuel Thibault, on Sun 20 Mar 2016 15:45:25 +0100, wrote:
> -        *pdns_addr = dns_addr;
> +        memcpy(pdns_addr, &cached_addr, addrlen);

Oops, sorry, it should have been

> +        memcpy(pdns_addr, cached_addr, addrlen);

In my tests I had forgotten to try resolving more than once :)

I will also resend a series with an added RDNSS support.

Samuel

  reply	other threads:[~2016-03-20 15:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-20 14:45 [Qemu-devel] [PATCH 0/3] Add dns6 support Samuel Thibault
2016-03-20 14:45 ` [Qemu-devel] [PATCH 1/3] slirp: Split get_dns_addr Samuel Thibault
2016-03-20 14:45 ` [Qemu-devel] [PATCH 2/3] slirp: Add dns6 resolution Samuel Thibault
2016-03-20 15:09   ` Samuel Thibault [this message]
2016-03-20 14:45 ` [Qemu-devel] [PATCH 3/3] slirp: Support link-local DNS addresses Samuel Thibault

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160320150928.GC3635@var.home \
    --to=samuel.thibault@gnu.org \
    --cc=jan.kiszka@siemens.com \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).