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 3c0edd2 commit 37451ccCopy full SHA for 37451cc
tests/src/ddm.rs
@@ -485,7 +485,7 @@ async fn run_trio_tests(
485
retry_cmd!(zt1.zexec("/opt/oxide/dendrite/bin/swadm arp list"), 1, 10);
486
retry_cmd!(zt1.zexec("/opt/oxide/dendrite/bin/swadm addr list"), 1, 10);
487
retry_cmd!(
488
- zs1.zexec("ndp -na; netstat -nr -f inet6; ping fd00:2::1"),
+ zs1.zexec("ndp -na; netstat -nr -f inet6; ping -ns fd00:2::1 60 2"),
489
1,
490
10
491
);
0 commit comments