From 17c48b42c8bc9316164392b29b8bbeaa92a3d6ad Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sat, 22 Oct 2022 18:06:17 +0100 Subject: [PATCH] Update again --- go.mod | 2 +- go.sum | 4 ++-- internal/transport/yggdrasil.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 31a8d5f..b8d75a9 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/gologme/log v1.3.0 github.com/mattn/go-sqlite3 v1.14.7 github.com/neilalexander/utp v0.1.1-0.20210705212447-691f29ad692b - github.com/yggdrasil-network/yggdrasil-go v0.4.6-0.20221022164509-35ea66d651d3 + github.com/yggdrasil-network/yggdrasil-go v0.4.6-0.20221022170514-65e350153eeb go.uber.org/atomic v1.7.0 golang.org/x/crypto v0.0.0-20221012134737-56aed061732a golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 diff --git a/go.sum b/go.sum index 0beb51f..6c66833 100644 --- a/go.sum +++ b/go.sum @@ -107,8 +107,8 @@ github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYp github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU= github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f/go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0= github.com/willf/bitset v1.1.9/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4= -github.com/yggdrasil-network/yggdrasil-go v0.4.6-0.20221022164509-35ea66d651d3 h1:X3nf2LbwNEhpsqGnll6/ZPko80k+smL+RAjVQoOioz8= -github.com/yggdrasil-network/yggdrasil-go v0.4.6-0.20221022164509-35ea66d651d3/go.mod h1:vKElbd8y7HHs76HVP/ww4kfY5Nd1preZTzu8McPJiiA= +github.com/yggdrasil-network/yggdrasil-go v0.4.6-0.20221022170514-65e350153eeb h1:S5nDTm1FjpN+5Psjz1Wp8MOF8+SsUZV+GGr1vOyw2Fw= +github.com/yggdrasil-network/yggdrasil-go v0.4.6-0.20221022170514-65e350153eeb/go.mod h1:vKElbd8y7HHs76HVP/ww4kfY5Nd1preZTzu8McPJiiA= github.com/yuin/goldmark v1.4.0/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw= diff --git a/internal/transport/yggdrasil.go b/internal/transport/yggdrasil.go index c9bffa2..7e88d2e 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(".*"),