VPC : pass netmask once for secondary storage VM

This commit is contained in:
anthony 2012-06-06 12:20:25 -07:00
parent 98127b0b92
commit 78f1aab584
1 changed files with 0 additions and 1 deletions

View File

@ -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());
}