diff --git a/internal/transport/yggdrasil.go b/internal/transport/yggdrasil.go index 7e88d2e..c9bffa2 100644 --- a/internal/transport/yggdrasil.go +++ b/internal/transport/yggdrasil.go @@ -55,7 +55,7 @@ func NewYggdrasilTransport(log *log.Logger, sk ed25519.PrivateKey, pk ed25519.Pu } // Setup the multicast module. - { + if mcast { options := []multicast.SetupOption{ multicast.MulticastInterface{ Regex: regexp.MustCompile(".*"),