tailcfg: remove some documented DebugFlags that no longer exist
Update tailscale/corp#5007 Change-Id: I3ce5b1c4cd367bae769a5f5a301925a2dac1b3a6 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>pull/4591/head
parent
2a0b5c21d2
commit
512573598a
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue