From: Samuel Thibault <samuel.thibault@gnu.org>
To: qemu-devel@nongnu.org
Cc: thuth@redhat.com, jan.kiszka@siemens.com, jasowang@redhat.com,
armbru@redhat.com
Subject: Re: [Qemu-devel] [PATCH] slirp: Allow to disable IPv4 or IPv6
Date: Sun, 20 Mar 2016 14:32:52 +0100 [thread overview]
Message-ID: <20160320133252.GZ3635@var.home> (raw)
In-Reply-To: <1458473954-18583-1-git-send-email-samuel.thibault@ens-lyon.org>
Samuel Thibault, on Sun 20 Mar 2016 12:39:14 +0100, wrote:
> void icmp6_init(Slirp *slirp)
> {
> + if (in6_zero(&slirp->vprefix_addr6)) {
> + /* IPv6 is disabled */
> + return;
> + }
> +
(Note: vprefix_addr6 is not actually initialized yet at that point, which
poses problem, I'll fix that later, I was more asking for reviewing the
principle of the patch itself, the option value, etc.).
Samuel
next prev parent reply other threads:[~2016-03-20 13:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-20 11:39 [Qemu-devel] [PATCH] slirp: Allow to disable IPv4 or IPv6 Samuel Thibault
2016-03-20 13:32 ` Samuel Thibault [this message]
2016-03-21 7:33 ` Thomas Huth
2016-03-21 7:33 ` Markus Armbruster
2016-03-21 9:02 ` Samuel Thibault
2016-03-21 9:44 ` Markus Armbruster
2016-03-21 23:55 ` Samuel Thibault
2016-03-22 7:41 ` Markus Armbruster
2016-03-22 8:02 ` Thomas Huth
2016-03-22 21:46 ` Samuel Thibault
2016-03-23 10:01 ` Markus Armbruster
2016-03-23 10:13 ` Daniel P. Berrange
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=20160320133252.GZ3635@var.home \
--to=samuel.thibault@gnu.org \
--cc=armbru@redhat.com \
--cc=jan.kiszka@siemens.com \
--cc=jasowang@redhat.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).