tailcfg: remove unused MapRequest.IncludeIPv6 field

It's been implicitly enabled (based on capver) for years.

Updates #cleanup

Change-Id: I8ff1ab844f9ed75c97e866e778dfc0b56cfa98a2
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/9341/head
Brad Fitzpatrick 8 months ago committed by Brad Fitzpatrick
parent 9a86aa5732
commit a5ffd5e7c3

@ -1093,11 +1093,10 @@ type MapRequest struct {
// For current values and history, see the CapabilityVersion type's docs.
Version CapabilityVersion
Compress string // "zstd" or "" (no compression)
KeepAlive bool // whether server should send keep-alives back to us
NodeKey key.NodePublic
DiscoKey key.DiscoPublic
IncludeIPv6 bool `json:",omitempty"` // include IPv6 endpoints in returned Node Endpoints (for Version 4 clients)
Compress string // "zstd" or "" (no compression)
KeepAlive bool // whether server should send keep-alives back to us
NodeKey key.NodePublic
DiscoKey key.DiscoPublic
// Stream is whether the client wants to receive multiple MapResponses over
// the same HTTP connection.

Loading…
Cancel
Save