]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
tun/netstack: bump to latest gvisor
authorShengjing Zhu <i@zhsj.me>
Thu, 18 Aug 2022 17:27:28 +0000 (01:27 +0800)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 29 Aug 2022 16:01:05 +0000 (12:01 -0400)
commit3381e21b1831457383784bfa1d9839f7fb271da4
tree5b790448d060984af38c8ab644a30c6d3de8bf5a
parentc31a7b1ab47807f01613a571cc480f79d5fb4181
tun/netstack: bump to latest gvisor

To build with go1.19, gvisor needs
99325baf ("Bump gVisor build tags to go1.19").

However gvisor.dev/gvisor/pkg/tcpip/buffer is no longer available,
so refactor to use gvisor.dev/gvisor/pkg/tcpip/link/channel directly.

Signed-off-by: Shengjing Zhu <i@zhsj.me>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
tun/netstack/go.mod
tun/netstack/go.sum
tun/netstack/tun.go