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>
This commit is contained in:
Brad Fitzpatrick 2023-09-10 06:46:08 -07:00 committed by Brad Fitzpatrick
parent 9a86aa5732
commit a5ffd5e7c3

View File

@ -1097,7 +1097,6 @@ type MapRequest struct {
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)
// Stream is whether the client wants to receive multiple MapResponses over
// the same HTTP connection.