zones: scan for Machine details after they've all been added

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-22 02:00:08 +00:00
parent b15f394199
commit 06e755ecd2
2 changed files with 15 additions and 5 deletions
+4
View File
@@ -24,3 +24,7 @@ func (m *Machine) updatePublicAddresses() error {
m.PublicAddresses = addrs
return nil
}
func (m *Machine) scan() error {
return m.updatePublicAddresses()
}