mirror of https://github.com/apache/cloudstack.git
VPC : pass netmask once for secondary storage VM
This commit is contained in:
parent
98127b0b92
commit
78f1aab584
|
|
@ -1083,7 +1083,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