diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index ba215000e..bcb7ec205 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -634,6 +634,8 @@ type MapRequest struct { // Current DebugFlags values are: // * "warn-ip-forwarding-off": client is trying to be a subnet // router but their IP forwarding is broken. + // * "v6-overlay": IPv6 development flag to have control send + // v6 node addrs // * "minimize-netmap": have control minimize the netmap, removing // peers that are unreachable per ACLS. DebugFlags []string `json:",omitempty"`