From 512573598a3e7f33c934e18f64a06805443ecfd5 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 3 May 2022 08:21:33 -0700 Subject: [PATCH] tailcfg: remove some documented DebugFlags that no longer exist Update tailscale/corp#5007 Change-Id: I3ce5b1c4cd367bae769a5f5a301925a2dac1b3a6 Signed-off-by: Brad Fitzpatrick --- tailcfg/tailcfg.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index c555397f2..e4dd04d99 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -1030,10 +1030,6 @@ type MapRequest struct { // router but their IP forwarding is broken. // * "warn-router-unhealthy": client's Router implementation is // having problems. - // * "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"` }