pub async fn run_netlink_worker_with_protocols<H: InterfacesHandler, C: NetlinkContext>(
params: NetlinkWorkerParams<H, C>,
protocols: NetlinkWorkerDiscoverableProtocols,
on_initialized: Option<Sender<()>>,
access_control: C::AccessControl<'_>,
)Expand description
Same as run_netlink_worker(), but allows to pass custom
NetlinkWorkerDiscoverableProtocols.