mirror of https://github.com/apache/cloudstack.git
VPC : pass netmask once for secondary storage VM
This commit is contained in:
parent
337c36d8b9
commit
973ccdaf4b
|
|
@ -1090,7 +1090,6 @@ public class SecondaryStorageManagerImpl implements SecondaryStorageVmManager, V
|
|||
buf.append(" eth").append(deviceId).append("mask=").append(nic.getNetmask());
|
||||
}
|
||||
|
||||
buf.append(" eth").append(deviceId).append("mask=").append(nic.getNetmask());
|
||||
if (nic.isDefaultNic()) {
|
||||
buf.append(" gateway=").append(nic.getGateway());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue