Add reexport for ipv6 types with proto-ipv6

This commit is contained in:
Ulf Lilleengen
2022-06-01 13:48:09 +02:00
parent 0adb4c926b
commit 39cffdd123
2 changed files with 4 additions and 0 deletions

View File

@ -23,3 +23,6 @@ pub use smoltcp::time::Instant as SmolInstant;
#[cfg(feature = "medium-ethernet")]
pub use smoltcp::wire::{EthernetAddress, HardwareAddress};
pub use smoltcp::wire::{IpAddress, IpCidr, Ipv4Address, Ipv4Cidr};
#[cfg(feature = "proto-ipv6")]
pub use smoltcp::wire::{Ipv6Address, Ipv6Cidr};