You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2017/02/08 09:32:55 UTC

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

Repository: cloudstack
Updated Branches:
  refs/heads/master 25f1552e3 -> 2d5054f65


CLOUDSTACK-9770: fix missing ip routes in VR


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

Branch: refs/heads/master
Commit: 8c69cb1c1fd7ba93e021dca7d6e08dbaa831ccfa
Parents: c891679
Author: Wei Zhou <w....@tech.leaseweb.com>
Authored: Fri Feb 3 10:04:10 2017 +0100
Committer: Wei Zhou <w....@tech.leaseweb.com>
Committed: Fri Feb 3 17:51:46 2017 +0100

----------------------------------------------------------------------
 systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8c69cb1c/systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py
index f2bce44..a16fd07 100755
--- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py
+++ b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py
@@ -528,6 +528,7 @@ class CsIP:
                 # add 'defaul via gateway' rule in the device specific routing table
                 if "gateway" in self.address and self.address["gateway"] != "None":
                     route.add_route(self.dev, self.address["gateway"])
+                route.add_network_route(self.dev, str(self.address["network"]))
 
                 if self.get_type() in ["public"]:
                     CsRule(self.dev).addRule("from " + str(self.address["network"]))


[3/3] git commit: updated refs/heads/master to 2d5054f

Posted by ra...@apache.org.
Merge release branch 4.9 to master

* 4.9:
  CLOUDSTACK-9770: fix missing ip routes in VR


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

Branch: refs/heads/master
Commit: 2d5054f655661c94661b94fc9a5567651c33478e
Parents: 25f1552 01e78f9
Author: Rajani Karuturi <ra...@accelerite.com>
Authored: Wed Feb 8 15:02:30 2017 +0530
Committer: Rajani Karuturi <ra...@accelerite.com>
Committed: Wed Feb 8 15:02:30 2017 +0530

----------------------------------------------------------------------
 systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------



[2/3] git commit: updated refs/heads/master to 2d5054f

Posted by ra...@apache.org.
Merge pull request #1929 from ustcweizhou/VR-missing-route

[4.9] CLOUDSTACK-9770: fix missing ip routes in VRIn network VR, the routes to current subnets are missing in corresponding ip route Table.
It is a typo in commit 6749785caba78a9379e94bf3aaf0c1fbc44c5445
In VPC VR, it works fine.

* pr/1929:
  CLOUDSTACK-9770: fix missing ip routes in VR

Signed-off-by: Rajani Karuturi <ra...@accelerite.com>


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

Branch: refs/heads/master
Commit: 01e78f980bb75cce29e5c78046f33b13b1d65a67
Parents: c101817 8c69cb1
Author: Rajani Karuturi <ra...@accelerite.com>
Authored: Wed Feb 8 15:02:09 2017 +0530
Committer: Rajani Karuturi <ra...@accelerite.com>
Committed: Wed Feb 8 15:02:09 2017 +0530

----------------------------------------------------------------------
 systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------