Skip to content

Commit

Permalink
Publish Ipv4Pair and Ipv6Pair
Browse files Browse the repository at this point in the history
  • Loading branch information
oherrala committed Feb 20, 2025
1 parent d46db69 commit 748e618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luomu-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mod directed_addr;
pub use directed_addr::{Destination, Source};

mod addr_pair;
pub use addr_pair::{AddrPair, IPPair, MacPair, PortPair};
pub use addr_pair::{AddrPair, IPPair, Ipv4Pair, Ipv6Pair, MacPair, PortPair};

mod tagged_macaddr;
pub use tagged_macaddr::TaggedMacAddr;
Expand Down

0 comments on commit 748e618

Please sign in to comment.