summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/722.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/722.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/722.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/722.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/722.toml b/gitlab/issues/target_missing/host_missing/accel_missing/722.toml
new file mode 100644
index 00000000..284891c9
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/722.toml
@@ -0,0 +1,20 @@
+id = 722
+title = "Qemu slirp connectivity lost when host enters vpn(openvpn or wireguard)"
+state = "opened"
+created_at = "2021-11-12T15:22:27.554Z"
+closed_at = "n/a"
+labels = ["Networking"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/722"
+host-os = "Gentoo"
+host-arch = "x86"
+qemu-version = "QEMU emulator version 6.0.1"
+guest-os = "ubuntu bionic (18.04) + debian bullseye"
+guest-arch = "x86"
+description = """No connectivity after host enters a vpn, tested with valid openvpn
+and wireguard."""
+reproduce = """1. Open the vpn.
+2. Open a virtual machine using slirp
+3. Ping 8.8.8.8(if you can...)"""
+additional = """The bug is independent on the order of execution, if you start the vm
+to see it works, and run the vpn script, the connectivity in the vm
+will drop, and come back when the tunneled connection is over."""