Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDoanRivian committed Oct 10, 2024
1 parent 571fc49 commit 4b6bfe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lighthouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ func (lh *LightHouse) SendUpdate() {
relays = append(relays, netAddrToProtoAddr(r))
}
msg.Details.RelayVpnAddrs = relays
// time="lh 15:57:55.871069" level=debug msg="Host sent invalid update" answer="ff::ffff:a80:3" vpnAddrs="[10.128.0.3 ff::3]" what???
msg.Details.VpnAddr = netAddrToProtoAddr(lh.myVpnNetworks[0].Addr())

} else {
Expand Down

0 comments on commit 4b6bfe5

Please sign in to comment.