//! NETLINK_ROUTE virtualization for sandboxed processes.
//!
//! Presents a synthetic network view (one loopback interface) without
//! exposing real host netlink. See `state.rs` for the fd registry and
//! `handlers.rs` for seccomp-notify integration.
pub use NetlinkState;