mirror of https://github.com/apache/cloudstack.git
bug 11084: enable firewall ports for vpn by default
This commit is contained in:
parent
aea70fab01
commit
9083bbcb47
|
|
@ -1168,7 +1168,7 @@ function showEnableVPNDialog($thisTab) {
|
|||
array1.push("&domainid="+ipObj.domainid);
|
||||
array1.push("&zoneid="+ipObj.zoneid);
|
||||
if(firewallTabIsShownInAdvancedZone == true)
|
||||
array1.push("&openfirewall=false");
|
||||
array1.push("&openfirewall=true");
|
||||
|
||||
$.ajax({
|
||||
data: createURL("command=createRemoteAccessVpn"+array1.join("")),
|
||||
|
|
|
|||
Loading…
Reference in New Issue