//go:build !darwin && !ios package main // updateDefaultRouteInterface is a no-op off Apple platforms: // netmon.UpdateLastKnownDefaultRouteInterface only exists under the // `darwin || ios` build constraint, and only Apple embeddings need the // NWPathMonitor push (see // constellation-docs/research/tsnet-deafness-deep-dive.md, part 1.4). func updateDefaultRouteInterface(string) {}