wido 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_r338546432
##########
File path:
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
##########
@@ -865,6 +876,10 @@ public void saveExtraDhcpOptions(final String
networkUuid, final Long nicId, fin
configureNicProfileBasedOnRequestedIp(requested, profile, network);
}
+ if(Objects.isNull(profile.getMtu())) {
Review comment:
Same applies here. Please use the Apache Commons validator
----------------------------------------------------------------
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