Skip to content

Commit 8c409a3

Browse files
feat(ci): bump to upstream 1.72.1 (#10)
2 parents e1b9343 + 004ea0f commit 8c409a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.72.0
1+
1.72.1

wgengine/netstack/netstack.go

Lines changed: 2 additions & 1 deletion
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)