wireguard-go/tun
Josh Bleecher Snyder b00b2c2951 tun: fix fmt.Errorf format strings
Type tcpip.Error is not an error.

I've filed https://github.com/google/gvisor/issues/5314
to fix this upstream.

Until that is fixed, use %v instead of %w,
to keep vet happy.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-01-20 20:03:40 +01:00
..
tuntest tun/tuntest: make genICMPv4 allocate less 2021-01-07 14:49:37 +01:00
wintun tun/wintun/memmod: gofmt 2021-01-20 19:57:04 +01:00
operateonfd.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
tun.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
tun_darwin.go tun: use SockaddrCtl from golang.org/x/sys/unix on macOS 2020-10-27 16:20:09 +01:00
tun_freebsd.go global: switch to using %w instead of %v for Errorf 2020-11-07 21:56:32 +01:00
tun_linux.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
tun_net.go tun: fix fmt.Errorf format strings 2021-01-20 20:03:40 +01:00
tun_openbsd.go all: use ++ to increment 2021-01-07 14:49:44 +01:00
tun_windows.go tun: make customization of WintunPool and requested GUID more obvious 2021-01-07 14:49:44 +01:00