harikrishna-patnala commented on a change in pull request #5912:
URL: https://github.com/apache/cloudstack/pull/5912#discussion_r796240111



##########
File path: 
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/guru/VmwareVmImplementer.java
##########
@@ -227,7 +227,7 @@ private void 
configureDomainRouterNicsAndDetails(VirtualMachineProfile vm, Virtu
             long networkId = publicNicProfile.getNetworkId();
             NetworkVO network = networkDao.findById(networkId);
 
-            for (; i < nics.length + vmwareMgr.getRouterExtraPublicNics(); 
i++) {
+            for (; i < nics.length; i++) {

Review comment:
       yes @sureshanaparti, in the case of VMware the extra nic configuration 
is not there from now. I still see some references for HyperV, so I did not 
remove the configuration parameter completely.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to