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

 ##########
 File path: 
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
 ##########
 @@ -563,6 +569,11 @@ public void doInTransactionWithoutResult(final 
TransactionStatus status) {
                 }
 
                 _networkOfferingDao.persistDefaultL2NetworkOfferings();
+
+                final String mtu_size =_configDao.getValue(KVM_MTU_SIZE);
+                if (nonNull(mtu_size)) {
 
 Review comment:
   Hi, sure, but what's wrong with Java 1.7 java.util.Objects?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to