Skip to content

Commit

Permalink
Merge tag 'v1.72.1' into sunos-1.72
Browse files Browse the repository at this point in the history
Release 1.72.1
  • Loading branch information
nshalman committed Aug 25, 2024
2 parents a45af6c + f4a9566 commit 9a90bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.72.0
1.72.1
3 changes: 2 additions & 1 deletion wgengine/netstack/netstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ func Create(logf logger.Logf, tundev *tstun.Wrapper, e wgengine.Engine, mc *magi
// TODO(jwhited): add Windows GSO support https://github.com/tailscale/corp/issues/21874
// TODO(jwhited): exercise enableGRO in relation to https://github.com/tailscale/corp/issues/22353
linkEP = newLinkEndpoint(512, uint32(tstun.DefaultTUNMTU()), "", disableGRO)
linkEP.SupportedGSOKind = stack.HostGSOSupported
// TODO(jwhited): re-enable GSO https://github.com/tailscale/corp/issues/22511
linkEP.SupportedGSOKind = stack.GSONotSupported
} else {
linkEP = newLinkEndpoint(512, uint32(tstun.DefaultTUNMTU()), "", disableGRO)
}
Expand Down

0 comments on commit 9a90bca

Please sign in to comment.