Skip to content

Commit 26b2eae

Browse files
bors[bot]Nicholas Cyprus
andauthored
Merge #691
691: Make Public Ipv6RoutingType r=Dirbaio a=ngc0202 Of the four `Type` enums, for some reason the one from `ipv6routing` was missing. This pull request makes it public under the name `Ipv6RoutingType` Co-authored-by: Nicholas Cyprus <ncyprus@lgsinnovations.com>
2 parents 16d13ea + 6dca806 commit 26b2eae

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)