VPC : pass netmask once for secondary storage VM

This commit is contained in:
anthony 2012-06-06 12:20:25 -07:00 committed by Alena Prokharchyk
parent 337c36d8b9
commit 973ccdaf4b
1 changed files with 0 additions and 1 deletions

View File

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