You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/07/26 21:10:03 UTC

[1/2] git commit: updated refs/heads/master to 1a8270d

Updated Branches:
  refs/heads/4.2 ec11eba29 -> 81f7802ab
  refs/heads/master bba79b6b4 -> 1a8270d9f


CLOUDSTACK-3825: Fix start/end port not being passed with protocol number


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

Branch: refs/heads/master
Commit: 1a8270d9f4842c88e183533448f7220d0fc7d3df
Parents: bba79b6
Author: Brian Federle <br...@citrix.com>
Authored: Fri Jul 26 12:09:40 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Fri Jul 26 12:09:40 2013 -0700

----------------------------------------------------------------------
 ui/scripts/vpc.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1a8270d9/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index 94a42f5..669d70c 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -358,8 +358,6 @@
                         protocol: args.data.protocolnumber
                     });
                     delete args.data.protocolnumber;
-                    delete args.data.startport;
-                    delete args.data.endport;
                     delete args.data.icmptype;
                     delete args.data.icmpcode;
                 } else {


[2/2] git commit: updated refs/heads/4.2 to 81f7802

Posted by bf...@apache.org.
CLOUDSTACK-3825: Fix start/end port not being passed with protocol number


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

Branch: refs/heads/4.2
Commit: 81f7802abedef4dec8dd0aa82b16d97d5003f3f4
Parents: ec11eba
Author: Brian Federle <br...@citrix.com>
Authored: Fri Jul 26 12:09:40 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Fri Jul 26 12:09:58 2013 -0700

----------------------------------------------------------------------
 ui/scripts/vpc.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/81f7802a/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index 94a42f5..669d70c 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -358,8 +358,6 @@
                         protocol: args.data.protocolnumber
                     });
                     delete args.data.protocolnumber;
-                    delete args.data.startport;
-                    delete args.data.endport;
                     delete args.data.icmptype;
                     delete args.data.icmpcode;
                 } else {