Skip to content

Commit 6dca806

Browse files
author
Nicholas Cyprus
committed
Make public Ipv6RoutingType
1 parent 16d13ea commit 6dca806

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/wire/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ pub use self::ipv6hopbyhop::{Header as Ipv6HopByHopHeader, Repr as Ipv6HopByHopR
192192
pub use self::ipv6fragment::{Header as Ipv6FragmentHeader, Repr as Ipv6FragmentRepr};
193193

194194
#[cfg(feature = "proto-ipv6")]
195-
pub use self::ipv6routing::{Header as Ipv6RoutingHeader, Repr as Ipv6RoutingRepr};
195+
pub use self::ipv6routing::{
196+
Header as Ipv6RoutingHeader, Repr as Ipv6RoutingRepr, Type as Ipv6RoutingType,
197+
};
196198

197199
#[cfg(feature = "proto-ipv4")]
198200
pub use self::icmpv4::{

0 commit comments

Comments
 (0)