Pearl1594 commented on a change in pull request #4904:
URL: https://github.com/apache/cloudstack/pull/4904#discussion_r619974617
##########
File path: ui/src/views/network/CreateVpnCustomerGateway.vue
##########
@@ -317,7 +350,9 @@ export default {
dpd: values.dpd,
forceencap: values.forceencap,
ikepolicy: ikepolicy,
- esppolicy: esppolicy
+ esppolicy: esppolicy,
+ splitconnections: values.splitconnections,
+ ikeversion: values.ikeversion
Review comment:
```suggestion
ikeversion: values.ikeVersions
```
This causes ikeversion to be null at the time of creation of the customer
gateway - as it isn't passed, hence defaults to ike

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