From c55fee69de84ad06e9094160828fb4c072765e6e Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 18 Oct 2014 20:40:31 +0200 Subject: [PATCH] Devices added by introducer should have dynamic address (fixes #866) --- internal/model/model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/model/model.go b/internal/model/model.go index f97b4e514..3618aed40 100644 --- a/internal/model/model.go +++ b/internal/model/model.go @@ -561,6 +561,7 @@ func (m *Model) ClusterConfig(deviceID protocol.DeviceID, cm protocol.ClusterCon newDeviceCfg := config.DeviceConfiguration{ DeviceID: id, Compression: true, + Addresses: []string{"dynamic"}, } // The introducers' introducers are also our introducers.