Skip to content

Commit 3381e21

Browse files
zhsjzx2c4
authored andcommitted
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 <[email protected]> Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent c31a7b1 commit 3381e21

File tree

3 files changed

+37
-1031
lines changed

3 files changed

+37
-1031
lines changed

tun/netstack/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
77
golang.zx2c4.com/wireguard v0.0.0-20220316235147-5aff28b14c24
8-
gvisor.dev/gvisor v0.0.0-20211020211948-f76a604701b6
8+
gvisor.dev/gvisor v0.0.0-20220817001344-846276b3dbc5
99
)
1010

1111
require (

0 commit comments

Comments
 (0)