mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-19 06:02:57 +00:00
wgengine/magicsock: fix debug disco printing of alloc resp disco keys (#17087)
Updates tailscale/corp#30818 Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
@@ -2411,11 +2411,11 @@ func (c *Conn) handleDiscoMessage(msg []byte, src epAddr, shouldBeRelayHandshake
|
|||||||
msgType, sender.ShortString(), derpNodeSrc.ShortString())
|
msgType, sender.ShortString(), derpNodeSrc.ShortString())
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
c.dlogf("[v1] magicsock: disco: %v<-%v (%v, %v) got %s, for %d<->%d",
|
c.dlogf("[v1] magicsock: disco: %v<-%v (%v, %v) got %s for %v<->%v",
|
||||||
c.discoShort, epDisco.short,
|
c.discoShort, epDisco.short,
|
||||||
ep.publicKey.ShortString(), derpStr(src.String()),
|
ep.publicKey.ShortString(), derpStr(src.String()),
|
||||||
msgType,
|
msgType,
|
||||||
req.ClientDisco[0], req.ClientDisco[1])
|
req.ClientDisco[0].ShortString(), req.ClientDisco[1].ShortString())
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.filt == nil {
|
if c.filt == nil {
|
||||||
|
Reference in New Issue
Block a user