Files
wireguard-go/tun
Brad Fitzpatrick 40c3530006 tun: return a better error message if /dev/net/tun doesn't exist
It was just returning "no such file or directory" (the String of the
syscall.Errno returned by CreateTUN).

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-04-02 15:17:05 +11:00
..