mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-12 07:03:58 +01:00
probes to the lh are not generally useful as recv_error should catch (#408)
This commit is contained in:
parent
3e5c7e6860
commit
e28336c5db
@ -216,6 +216,13 @@ func (n *connectionManager) HandleMonitorTick(now time.Time, p, nb, out []byte)
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if n.intf.lightHouse.IsLighthouseIP(hostinfo.vpnIp) {
|
||||||
|
// Don't probe lighthouses since recv_error should naturally catch this.
|
||||||
|
n.ClearLocalIndex(localIndex)
|
||||||
|
n.ClearPendingDeletion(localIndex)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
hostinfo.logger(n.l).
|
hostinfo.logger(n.l).
|
||||||
WithField("tunnelCheck", m{"state": "testing", "method": "active"}).
|
WithField("tunnelCheck", m{"state": "testing", "method": "active"}).
|
||||||
Debug("Tunnel status")
|
Debug("Tunnel status")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user