mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-15 07:27:30 +00:00
cmd/tailscale/cli: rename "--posture-checking" to "--report-posture"
For consistency with other flags, per Slack chat. Updates #5902 Change-Id: I7ae1e4c97b37185573926f5fafda82cf8b46f071 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
62182f3bcf
commit
cf6a593196
@@ -235,6 +235,11 @@ type Prefs struct {
|
||||
|
||||
// PostureChecking enables the collection of information used for device
|
||||
// posture checks.
|
||||
//
|
||||
// Note: this should be named ReportPosture, but it was shipped as
|
||||
// PostureChecking in some early releases and this JSON field is written to
|
||||
// disk, so we just keep its old name. (akin to CorpDNS which is an internal
|
||||
// pref name that doesn't match the public interface)
|
||||
PostureChecking bool
|
||||
|
||||
// NetfilterKind specifies what netfilter implementation to use.
|
||||
|
Reference in New Issue
Block a user