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 3aa4fe5 commit a2e5800Copy full SHA for a2e5800
crates/opte-api/src/cmd.rs
@@ -11,13 +11,13 @@ use super::encap::Vni;
11
use super::ip::IpCidr;
12
use super::mac::MacAddr;
13
use alloc::string::String;
14
+use alloc::string::ToString;
15
use alloc::vec::Vec;
16
use core::fmt::Debug;
17
use illumos_sys_hdrs::c_int;
18
use illumos_sys_hdrs::size_t;
19
use serde::Deserialize;
20
use serde::Serialize;
-use std::string::ToString;
21
22
pub const XDE_IOC: u32 = 0xde777700;
23
pub const XDE_IOC_OPTE_CMD: i32 = XDE_IOC as i32 | 0x01;
lib/opte/src/engine/dhcpv6/mod.rs
@@ -75,6 +75,7 @@ pub mod protocol;
75
pub use protocol::MessageType;
76
77
use alloc::borrow::Cow;
78
79
80
use core::fmt;
81
use core::fmt::Display;
0 commit comments