diff options
| author | Fran Bull <fran@tailscale.com> | 2024-09-25 09:00:38 -0700 |
|---|---|---|
| committer | Fran Bull <fran@tailscale.com> | 2024-09-25 09:00:38 -0700 |
| commit | 28a0c21d8b1d0efd25fe6eca62dbe7210d646dec (patch) | |
| tree | ae58b4647ea91795f147551ac9320c353a6b3147 /types/netmap | |
| parent | 781fd03f27cef976ebe6256d449aebc5a8fffc9a (diff) | |
| download | tailscale-fran/natc-consensus-prototype.tar.xz tailscale-fran/natc-consensus-prototype.zip | |
remove clusterPeers and use peers and tags to find peersfran/natc-consensus-prototype
Diffstat (limited to 'types/netmap')
| -rw-r--r-- | types/netmap/netmap.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/types/netmap/netmap.go b/types/netmap/netmap.go index c9c71f27f..5e0622922 100644 --- a/types/netmap/netmap.go +++ b/types/netmap/netmap.go @@ -80,8 +80,6 @@ type NetworkMap struct { // MaxKeyDuration describes the MaxKeyDuration setting for the tailnet. MaxKeyDuration time.Duration - - ClusterPeers tailcfg.ClusterInfo } // User returns nm.SelfNode.User if nm.SelfNode is non-nil, otherwise it returns |
