Skip to content

Commit 1ff7a14

Browse files
author
Marcus Sorensen
committed
Revert "Summary: fix ipsectunnel.sh being called as ipsectunnel in KVM S2S vpn"
This reverts commit 1a2e69f. accidentally pushed mode change of sh file as well, need to split this out
1 parent 1a2e69f commit 1ff7a14

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ protected Answer execute(Site2SiteVpnCfgCommand cmd) {
720720
args += " -N ";
721721
args += cmd.getPeerGuestCidrList();
722722
}
723-
String result = routerProxy("ipsectunnel.sh", cmd.getAccessDetail(NetworkElementCommand.ROUTER_IP), args);
723+
String result = routerProxy("ipsectunnel", cmd.getAccessDetail(NetworkElementCommand.ROUTER_IP), args);
724724
if (result != null) {
725725
return new Answer(cmd, false, "Configure site to site VPN failed due to " + result);
726726
}

scripts/storage/qcow2/resizevolume.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)