mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-08 17:24:08 +00:00
Report reason for no IPv6 multicast with STTRACE=discover
This commit is contained in:
parent
a024cefd35
commit
706926543e
@ -94,6 +94,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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user