mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-22 02:50:42 +00:00
wgengine/magicsock: set conn field in relayHandshakeDiscoMsgEvent (#16348)
Updates tailscale/corp#27502 Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
@@ -1601,7 +1601,7 @@ func (de *endpoint) handlePongConnLocked(m *disco.Pong, di *discoInfo, src epAdd
|
||||
if src.vni.isSet() && src != de.bestAddr.epAddr {
|
||||
// "src" is not our bestAddr, but [relayManager] might be in the
|
||||
// middle of probing it, awaiting pong reception. Make it aware.
|
||||
de.c.relayManager.handleGeneveEncapDiscoMsgNotBestAddr(m, di, src)
|
||||
de.c.relayManager.handleGeneveEncapDiscoMsgNotBestAddr(de.c, m, di, src)
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user