qemu-devel
[Top][All Lists]
Advanced

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

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


From: Eduardo Habkost
Subject: [PATCH v5 3/3] tests/vm/netbsd: Disable IPv6
Date: Fri, 18 Oct 2019 15:17:05 -0300

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"
-- 
2.21.0




reply via email to

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