sureshanaparti commented on a change in pull request #5912:
URL: https://github.com/apache/cloudstack/pull/5912#discussion_r795579646



##########
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:
       @harikrishna-patnala extra pubic nics configuration not required for 
domain router any more?




-- 
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