//! DHCP protocol family organization.
//!
//! This module owns the versioned DHCP packet family. DHCPv4 lives in [`v4`],
//! and DHCPv6 lives in [`v6`].
//!
//! Packet behavior belongs in the versioned submodules so public imports are
//! explicit about the wire family.
pub use *;
pub use ;
pub use *;
pub use ;