mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-10-18 06:31:00 +08:00

On Linux we can run `ip link del wg0`, in which case the fd becomes stale, and we should exit. Since this is an intentional action, don't treat it as an error. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>