Skip to content

Commit 4e2fc4b

Browse files
..
1 parent da747ff commit 4e2fc4b

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

dpd-client/tests/integration_tests/mcast.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// This Source Code Form is subject to the terms of the Mozilla Public
2+
// License, v. 2.0. If a copy of the MPL was not distributed with this
3+
// file, You can obtain one at https://mozilla.org/MPL/2.0/
4+
//
5+
// Copyright 2025 Oxide Computer Company
6+
17
use std::{
28
net::{IpAddr, Ipv4Addr, Ipv6Addr},
39
sync::Arc,

dpd/src/mcast.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// This Source Code Form is subject to the terms of the Mozilla Public
2+
// License, v. 2.0. If a copy of the MPL was not distributed with this
3+
// file, You can obtain one at https://mozilla.org/MPL/2.0/
4+
//
5+
// Copyright 2025 Oxide Computer Company
6+
17
use std::{
28
collections::{HashMap, HashSet},
39
net::IpAddr,

dpd/src/multicast.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

dpd/src/table/mcast.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// This Source Code Form is subject to the terms of the Mozilla Public
2+
// License, v. 2.0. If a copy of the MPL was not distributed with this
3+
// file, You can obtain one at https://mozilla.org/MPL/2.0/
4+
//
5+
// Copyright 2025 Oxide Computer Company
6+
17
use std::{
28
convert::TryInto,
39
fmt,

0 commit comments

Comments
 (0)