You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/11/11 16:35:21 UTC

git commit: updated refs/heads/4.4 to 70cfbd3

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 f1a714c02 -> 70cfbd3bb


CLOUDSTACK-7246: corrected script name of createIpAlias.sh


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/70cfbd3b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/70cfbd3b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/70cfbd3b

Branch: refs/heads/4.4
Commit: 70cfbd3bb27c49c4ed8551fda7011058458373fe
Parents: f1a714c
Author: Daan Hoogland <da...@onecht.net>
Authored: Tue Nov 11 16:35:07 2014 +0100
Committer: Daan Hoogland <da...@onecht.net>
Committed: Tue Nov 11 16:35:07 2014 +0100

----------------------------------------------------------------------
 .../agent/resource/virtualnetwork/VirtualRoutingResource.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/70cfbd3b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
----------------------------------------------------------------------
diff --git a/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
index 7bb6f5e..3754f9c 100755
--- a/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
+++ b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
@@ -99,8 +99,8 @@ public class VirtualRoutingResource {
         protected static final String FIREWALL_EGRESS = "firewall_egress.sh";
         protected static final String FIREWALL_INGRESS = "firewall_ingress.sh";
         protected static final String FIREWALL_NAT = "firewall_nat.sh";
-        protected static final String IPALIAS_CREATE = "createipAlias.sh";
-        protected static final String IPALIAS_DELETE = "deleteipAlias.sh";
+        protected static final String IPALIAS_CREATE = "createIpAlias.sh";
+        protected static final String IPALIAS_DELETE = "deleteIpAlias.sh";
         protected static final String IPASSOC = "ipassoc.sh";
         protected static final String LB = "loadbalancer.sh";
         protected static final String MONITOR_SERVICE = "monitor_service.sh";