mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
Merge pull request #13536 from ioito/hotfix/qx-nutanix-nic-sync
fix(region): nutanix nic sync
This commit is contained in:
@@ -51,6 +51,10 @@ func (self *SInstanceNic) GetDriver() string {
|
||||
return "virtio"
|
||||
}
|
||||
|
||||
func (self *SInstanceNic) InClassicNetwork() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (self *SInstanceNic) GetSubAddress() ([]string, error) {
|
||||
ret := []string{}
|
||||
for _, addr := range self.IPAddresses {
|
||||
|
||||
Reference in New Issue
Block a user