//! Linux-specific network infrastructure.
//!
//! This module provides Linux-specific implementations for:
//!
//! - **Bridge**: Linux bridge creation and management
//! - **TAP**: TAP device creation and management
//! - **Netlink**: Netlink socket operations for network configuration
//! - **Firewall**: iptables/nftables rule management
//!
//! All types in this module require `target_os = "linux"`.
pub use ;
pub use ;
pub use ;
pub use ;