ethtool-xujunjie 0.2.5

Linux Ethtool Communication Library
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: MIT

mod attr;
mod get;
mod handle;

pub(crate) use attr::parse_link_mode_nlas;
pub use attr::{EthtoolLinkModeAttr, EthtoolLinkModeDuplex};
pub use get::EthtoolLinkModeGetRequest;
pub use handle::EthtoolLinkModeHandle;