mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
sync eip bugfix
This commit is contained in:
@@ -450,7 +450,7 @@ func (self *SRegion) GetInstances(zoneId string, ids []string, offset int, limit
|
||||
}
|
||||
|
||||
var networkInterfaces SNetworkInterfaces
|
||||
var eipAddress SEipAddress
|
||||
eipAddress := SEipAddress{}
|
||||
for _, n := range instance.NetworkInterfaces {
|
||||
i := SNetworkInterface{
|
||||
MacAddress: *n.MacAddress,
|
||||
|
||||
Reference in New Issue
Block a user