GabrielBrascher commented on a change in pull request #3186: Add possibility to 
set KVM MTU size for all NIC
URL: https://github.com/apache/cloudstack/pull/3186#discussion_r346597181
 
 

 ##########
 File path: 
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java
 ##########
 @@ -1019,21 +1021,26 @@ public String toString() {
         private String _dpdkExtraLines;
         private String _interfaceMode;
 
-        public void defBridgeNet(String brName, String targetBrName, String 
macAddr, NicModel model) {
-            defBridgeNet(brName, targetBrName, macAddr, model, 0);
+        /**
+         * Bridge Net
 
 Review comment:
   Javadoc is always very welcome, I am always in favor; however, this one is 
not aggregating too much info. Could you please provide a bit more details? 
Thanks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to