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 2022/08/17 10:15:48 UTC

[GitHub] [cloudstack] jbampton commented on a diff in pull request #6426: Configurable MTU for VR

jbampton commented on code in PR #6426:
URL: https://github.com/apache/cloudstack/pull/6426#discussion_r947742523


##########
ui/public/locales/en.json:
##########
@@ -2216,6 +2216,8 @@
 "message.error.loading.setting": "There was an error loading these settings.",
 "message.error.lun": "Please enter LUN #.",
 "message.error.macaddress": "Please enter a valid MAC Address.",
+"message.error.mtu.public.max.exceed": "MTU exceeds configured maximum in the zone-level setting: vr.public.interface.mtu (%x).This value will be reset to the maximum value configured for the zone",
+"message.error.mtu.private.max.exceed": "MTU exceeds configured maximum in the zone-level setting: vr.private.interface.mtu (%x). This value will be reset to the maximum value configured for the zone",

Review Comment:
   ```suggestion
   "message.error.mtu.private.max.exceed": "MTU exceeds configured maximum in the zone-level setting: vr.private.interface.mtu (%x). This value will be reset to the maximum value configured for the zone",
   "message.error.mtu.public.max.exceed": "MTU exceeds configured maximum in the zone-level setting: vr.public.interface.mtu (%x). This value will be reset to the maximum value configured for the zone",
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org