Skip to content

Commit

Permalink
Exporting LinkMacSec
Browse files Browse the repository at this point in the history
  • Loading branch information
sjames committed Sep 3, 2024
1 parent 145cbe5 commit 0f25ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub use crate::link::{
LinkAddRequest, LinkBond, LinkBondPort, LinkBridge, LinkDelPropRequest,
LinkDelRequest, LinkDummy, LinkGetRequest, LinkHandle, LinkMacVlan,
LinkMacVtap, LinkMessageBuilder, LinkSetRequest, LinkUnspec, LinkVeth,
LinkVlan, LinkVrf, LinkVxlan, LinkWireguard, LinkXfrm, QosMapping,
LinkVlan, LinkVrf, LinkVxlan, LinkWireguard, LinkXfrm, LinkMacSec, QosMapping,
};
pub use crate::neighbour::{
NeighbourAddRequest, NeighbourDelRequest, NeighbourGetRequest,
Expand Down
1 change: 1 addition & 0 deletions src/link/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub use self::vrf::LinkVrf;
pub use self::vxlan::LinkVxlan;
pub use self::wireguard::LinkWireguard;
pub use self::xfrm::LinkXfrm;
pub use self::macsec::LinkMacSec;

#[cfg(test)]
mod test;

0 comments on commit 0f25ea1

Please sign in to comment.