Skip to content

Commit 9a90bca

Browse files
committed
Merge tag 'v1.72.1' into sunos-1.72
Release 1.72.1
2 parents a45af6c + f4a9566 commit 9a90bca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.72.0
1+
1.72.1

wgengine/netstack/netstack.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ func Create(logf logger.Logf, tundev *tstun.Wrapper, e wgengine.Engine, mc *magi
329329
// TODO(jwhited): add Windows GSO support https://github.com/tailscale/corp/issues/21874
330330
// TODO(jwhited): exercise enableGRO in relation to https://github.com/tailscale/corp/issues/22353
331331
linkEP = newLinkEndpoint(512, uint32(tstun.DefaultTUNMTU()), "", disableGRO)
332-
linkEP.SupportedGSOKind = stack.HostGSOSupported
332+
// TODO(jwhited): re-enable GSO https://github.com/tailscale/corp/issues/22511
333+
linkEP.SupportedGSOKind = stack.GSONotSupported
333334
} else {
334335
linkEP = newLinkEndpoint(512, uint32(tstun.DefaultTUNMTU()), "", disableGRO)
335336
}

0 commit comments

Comments
 (0)