//! The domain model of operating system networking state.
//!
//! No operating-system dependency. Stage 0.4 added the `mac` and `interface`
//! modules; Stage 0.5 added `dns`; Stage 0.6 adds `neighbor` — `event` is
//! added in a later stage per ARCHITECTURE.md's Incremental Delivery Plan.
pub use ;
pub use DnsConfig;
pub use ;
pub use MacAddress;
pub use ;
pub use Route;