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 9 months ago committed by Brad Fitzpatrick
parent 9a86aa5732
commit a5ffd5e7c3

@ -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.

Loading…
Cancel
Save