You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/10/24 14:52:21 UTC

[GitHub] [cloudstack] mdominka commented on a change in pull request #3186: Add possibility to set KVM MTU size for all NIC

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:
users@infra.apache.org


With regards,
Apache Git Services