You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/tailscale
Berk D. Demir ff13c66f55 cmd/tailscale: fix configure-host command for Synology
d5e7e309 changed the `hostinfo.GetVersion` from distro and distro version
to UTS Name Release and moved distribution information under
`hostinfo.Distro*`.

`tailscale configure-host` command implementation for Synology DSM
environments relies on the old semantics of this string for matching DSM
Major version so it's been broken for a few days.

Pull in `hostinfo` and prefix match `hostinfo.DistroVersion` to match
DSM major version.

Signed-off-by: Berk D. Demir <bdd@mindcast.org>
3 years ago
..
cli cmd/tailscale: fix configure-host command for Synology 3 years ago
depaware.txt client,cmd/tailscale,ipn,tka,types: implement tka initialization flow 3 years ago
tailscale.go cmd/tailscale: move call to cli.CleanUpArgs() from main() into cli.Run() (#4954) 4 years ago