mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-14 22:06:05 +00:00
Specify source interface when responding to multicast beacon
This commit is contained in:
@ -157,6 +157,6 @@ func (m *multicast) listen() {
|
||||
}
|
||||
addr.Zone = from.Zone
|
||||
saddr := addr.String()
|
||||
m.core.tcp.connect(saddr, "")
|
||||
m.core.tcp.connect(saddr, addr.Zone)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user