tailcfg: document new debug flag.

This commit is contained in:
David Anderson 2020-12-01 18:16:39 -08:00
parent c0af7deb86
commit 4c8ccd6dd6

View File

@ -512,6 +512,8 @@ type MapRequest struct {
// 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"`
}