This commit is contained in:
lda
2026-04-06 17:42:04 +07:00 Unverified
parent 9305702b36
commit c393111cb0
9 changed files with 374 additions and 316 deletions
+3 -1
View File
@@ -72,7 +72,9 @@ async fn broadcast_wake_targets_real_router_resolve_from_interfaces() -> anyhow:
"all broadcast targets should preserve the requested MAC"
);
assert!(
targets.iter().all(|target| matches!(target.ip, Some(IpAddr::V4(_)))),
targets
.iter()
.all(|target| matches!(target.ip, Some(IpAddr::V4(_)))),
"broadcast targets should be IPv4 broadcast destinations"
);