Browse Source

Devices added by introducer should have dynamic address (fixes #866)

Jakob Borg 11 years ago
parent
commit
c55fee69de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      internal/model/model.go

+ 1 - 0
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.