We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ea65d commit cc7d4d8Copy full SHA for cc7d4d8
qubes/tests/integ/network_ipv6.py
@@ -36,7 +36,7 @@
36
class VmIPv6NetworkingMixin(VmNetworkingMixin):
37
test_ip6 = "2000:abcd::1"
38
39
- ping6_cmd = "ping6 -W 1 -n -c 1 {target}"
+ ping6_cmd = "ping -6 -W 1 -n -c 1 {target}"
40
41
def setUp(self):
42
super(VmIPv6NetworkingMixin, self).setUp()
0 commit comments