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_r346473824
##########
File path: api/src/main/java/com/cloud/vm/NicProfile.java
##########
@@ -49,6 +48,7 @@
URI broadcastUri;
ReservationStrategy strategy;
boolean defaultNic;
+ Integer mtu;
Review comment:
If I am not mistaken, this variable can be set to private. Could you please
set this to private?
----------------------------------------------------------------
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