tailcfg: restore MapRequest.IncludeIPv6 bool

Partially restores 0be475ba466fc
This commit is contained in:
Brad Fitzpatrick 2020-03-20 08:13:47 -07:00
parent 0be475ba46
commit f9cc4e8f53

View File

@ -395,7 +395,8 @@ type MapRequest struct {
Compress string // "zstd" or "" (no compression)
KeepAlive bool // server sends keep-alives
NodeKey NodeKey
Endpoints []string
Endpoints []string // caller's endpoints (IPv4 or IPv6)
IncludeIPv6 bool // include IPv6 endpoints in returned Node Endpoints
Stream bool // if true, multiple MapResponse objects are returned
Hostinfo *Hostinfo
}