Skip to content

chore: upgrade tailscale to v1.46.1 #8913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Aug 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! chore: update golang.org/x/exp/slices
  • Loading branch information
coadler committed Aug 4, 2023
commit 2fd96f1e2e2e18f1ee86ed87cb45e860da79f489
10 changes: 0 additions & 10 deletions tailnet/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -857,13 +857,3 @@ var coordinatorDebugTmpl = `
</body>
</html>
`

func nameOrdering(a, b string) int {
if a < b {
return -1
} else if a == b {
return 0
} else {
return 1
}
}