GabrielBrascher commented on a change in pull request #343: URL: https://github.com/apache/cloudstack-primate/pull/343#discussion_r439159540
########## 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" + has-feedback> + <a-input + v-decorator="['ipv6Cidr', { + rules: [ + { + message: 'Please enter IpV6 CIDR', + initialValue: ip6cidr + } + ] + }]" + /> + </a-form-item> + <a-form-item + :label="$t('ip6gateway')" + v-bind="formItemLayout" + v-if="isAdvancedZone && securityGroupsEnabled" Review comment: IPv6 gateway and CIDR are handled on an advanced network with security group enabled. I don't see any harm in adding it to any type of zone network; however, that might lead users to believe that ACS will provide IPv6 support to 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org