You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/05/17 11:57:21 UTC

[GitHub] mrunalinikankariya commented on a change in pull request #2086: CLOUDSTACK-9905:VPN Gateway with Public Subnet

mrunalinikankariya commented on a change in pull request #2086: CLOUDSTACK-9905:VPN Gateway with Public Subnet
URL: https://github.com/apache/cloudstack/pull/2086#discussion_r116979956
 
 

 ##########
 File path: server/src/com/cloud/network/vpn/Site2SiteVpnManagerImpl.java
 ##########
 @@ -438,9 +438,6 @@ public Site2SiteCustomerGateway updateCustomerGateway(UpdateVpnCustomerGatewayCm
             name = "VPN-" + gatewayIp;
         }
         String guestCidrList = cmd.getGuestCidrList();
-        if (!NetUtils.validateGuestCidrList(guestCidrList)) {
 
 Review comment:
   Agree...Will update
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services