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 da0c3b3 commit 7158e91Copy full SHA for 7158e91
dpd/src/mcast/mod.rs
@@ -255,7 +255,7 @@ impl MulticastGroupData {
255
) {
256
self.nat_target_refs
257
.entry(admin_scoped_ip)
258
- .or_insert_with(HashSet::new)
+ .or_default()
259
.insert(external_group_ip);
260
}
261
@@ -1423,6 +1423,7 @@ fn configure_replication(
1423
1424
1425
1426
+#[allow(clippy::too_many_arguments)]
1427
fn configure_internal_tables(
1428
s: &Switch,
1429
group_ip: IpAddr,
0 commit comments