]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
tun/netstack: update gvisor
authorMikael Magnusson <mikma@users.sourceforge.net>
Thu, 21 Oct 2021 22:04:20 +0000 (00:04 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 22 Oct 2021 19:22:29 +0000 (13:22 -0600)
commitf1f626090e3b30d502ed1baae6b1d86853571a5b
treeb984ddb8d814651b0442a336547711a4e2be8518
parent82e0b734e5d28f96205de65fd2179e08fd91b1db
tun/netstack: update gvisor

Update gvisor to v0.0.0-20211020211948-f76a604701b6, which requires some
changes to tun.go:

WriteRawPacket: Add function with not implemented error.

CreateNetTUN: Replace stack.AddAddress with stack.AddProtocolAddress, and
fix IPv6 address in error message.

Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
tun/netstack/go.mod
tun/netstack/go.sum
tun/netstack/tun.go