qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 3/3] tests/vm/netbsd: Disable IPv6


From: Thomas Huth
Subject: Re: [PATCH v5 3/3] tests/vm/netbsd: Disable IPv6
Date: Mon, 21 Oct 2019 10:28:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 18/10/2019 20.17, Eduardo Habkost wrote:
> Workaround for issues when the host has no IPv6 connectivity.
> 
> Signed-off-by: Eduardo Habkost <address@hidden>
> ---
>  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 <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]