mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 13:05:46 +00:00
tailcfg: remove completed TODO from IsWireGuardOnly
Updates #7826 Signed-off-by: James Tucker <james@tailscale.com>
This commit is contained in:
parent
dfefaa5e35
commit
85155ddaf3
@ -334,8 +334,7 @@ type Node struct {
|
|||||||
|
|
||||||
// IsWireGuardOnly indicates that this is a non-Tailscale WireGuard peer, it
|
// IsWireGuardOnly indicates that this is a non-Tailscale WireGuard peer, it
|
||||||
// is not expected to speak Disco or DERP, and it must have Endpoints in
|
// is not expected to speak Disco or DERP, and it must have Endpoints in
|
||||||
// order to be reachable. TODO(#7826): 2023-04-06: only the first parseable
|
// order to be reachable.
|
||||||
// Endpoint is used, see #7826 for updates.
|
|
||||||
IsWireGuardOnly bool `json:",omitempty"`
|
IsWireGuardOnly bool `json:",omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user