//! Internal netlink utilities for batman-adv.
//!//! This module exposes low-level netlink helpers for building messages, attributes, and sockets.
//! These are **internal** and only used within the crate (`pub(crate)`).
modattribute_builder;modmessage;modsocket;pub(crate)useattribute_builder::*;pub(crate)usemessage::*;pub(crate)usesocket::*;