From: Thomas Huth <thuth@redhat.com>
To: Eduardo Habkost <ehabkost@redhat.com>, qemu-devel@nongnu.org
Cc: "Fam Zheng" <fam@euphon.net>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Kamil Rytarowski" <kamil@netbsd.org>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH v5 3/3] tests/vm/netbsd: Disable IPv6
Date: Mon, 21 Oct 2019 10:28:40 +0200 [thread overview]
Message-ID: <4694e904-631a-fd3b-0213-aff06937d19d@redhat.com> (raw)
In-Reply-To: <20191018181705.17957-4-ehabkost@redhat.com>
On 18/10/2019 20.17, Eduardo Habkost wrote:
> Workaround for issues when the host has no IPv6 connectivity.
>
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> ---
> tests/vm/netbsd | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/tests/vm/netbsd b/tests/vm/netbsd
> index 49a99477f4..5e04dcd9b1 100755
> --- a/tests/vm/netbsd
> +++ b/tests/vm/netbsd
> @@ -62,6 +62,13 @@ class NetBSDVM(basevm.BaseVM):
> """
> poweroff = "/sbin/poweroff"
>
> + # Workaround for NetBSD + IPv6 + slirp issues.
> + # NetBSD seems to ignore the ICMPv6 Destination Unreachable
> + # messages generated by slirp. When the host has no IPv6
> + # connectivity, this causes every connection to ftp.NetBSD.org
> + # take more than a minute to be established.
> + ipv6 = False
> +
> def build_image(self, img):
> cimg = self._download_with_cache(self.link)
> img_tmp = img + ".tmp"
>
Reviewed-by: Thomas Huth <thuth@redhat.com>
next prev parent reply other threads:[~2019-10-21 8:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-18 18:17 [PATCH v5 0/3] tests/vm: netbsd autoinstall, with IPv6 disabled Eduardo Habkost
2019-10-18 18:17 ` [PATCH v5 1/3] tests/vm: netbsd autoinstall, using serial console Eduardo Habkost
2019-10-19 8:21 ` Thomas Huth
2019-10-29 12:06 ` Alex Bennée
2019-10-18 18:17 ` [PATCH v5 2/3] tests/vm: Let subclasses disable IPv6 Eduardo Habkost
2019-10-18 19:06 ` Philippe Mathieu-Daudé
2019-10-21 8:27 ` Thomas Huth
2019-10-18 18:17 ` [PATCH v5 3/3] tests/vm/netbsd: Disable IPv6 Eduardo Habkost
2019-10-21 8:28 ` Thomas Huth [this message]
2019-10-21 13:47 ` [PATCH v5 0/3] tests/vm: netbsd autoinstall, with IPv6 disabled Alex Bennée
2019-10-21 15:21 ` Kamil Rytarowski
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=4694e904-631a-fd3b-0213-aff06937d19d@redhat.com \
--to=thuth@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=ehabkost@redhat.com \
--cc=fam@euphon.net \
--cc=kamil@netbsd.org \
--cc=kraxel@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).