mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-18 22:03:11 -04:00
Report reason for no IPv6 multicast with STTRACE=discover
This commit is contained in:
@@ -102,6 +102,9 @@ func (d *Discoverer) startLocalIPv4Broadcasts(localPort int) {
|
||||
func (d *Discoverer) startLocalIPv6Multicasts(localMCAddr string) {
|
||||
mb, err := beacon.NewMulticast(localMCAddr)
|
||||
if err != nil {
|
||||
if debug {
|
||||
l.Debugln("beacon.NewMulticast:", err)
|
||||
}
|
||||
l.Infoln("Local discovery over IPv6 unavailable")
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user