199
182
// on the machine if they've changed.
200
183
func checkMachineAddresses(context machineContext, m machine) error {
201
184
instId, err := m.InstanceId()
203
186
return fmt.Errorf("cannot get machine's instance id: %v", err)
210
196
if addressesEqual(m.Addresses(), newAddrs) {