From 4c8ccd6dd623089e1934a9d2f9fe44e1ea8a97b3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 1 Dec 2020 18:16:39 -0800 Subject: [PATCH] tailcfg: document new debug flag. --- tailcfg/tailcfg.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index e4a16176b..ea3055285 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -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"` }