GabrielBrascher commented on a change in pull request #343: URL: https://github.com/apache/cloudstack-primate/pull/343#discussion_r439159086
########## File path: src/views/infra/zone/ZoneWizardZoneDetailsStep.vue ########## @@ -120,6 +120,43 @@ }]" /> </a-form-item> + <a-form-item + :label="$t('ip6cidr')" + v-bind="formItemLayout" + v-if="isAdvancedZone && securityGroupsEnabled" Review comment: Sorry for the late reply @rhtyd. So far there is no support for IPv6 via VPC/VRs. Therefore, the zone must be an Advanced zone with Security Group enabled to handle IPv6 allocation and ACLs. Thanks for the review! ---------------------------------------------------------------- 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: us...@infra.apache.org