From da4ec54756d1f8970679872d093fe9fc0c2df417 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 18 Jan 2021 17:47:23 -0800 Subject: [PATCH] tailcfg: remove v6-overlay debug option. It's about to become a no-op in control. Signed-off-by: David Anderson --- tailcfg/tailcfg.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index e30b8004a..04ba9bd3d 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -531,8 +531,6 @@ 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"`