You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/11/24 07:16:09 UTC

[2/2] git commit: updated refs/heads/4.8 to 90ae04b

Merge pull request #1766 from murali-reddy/vr-default-network-gateway

 CLOUDSTACK-9598: wrong defaut gateway for the nic in non-default network when guest VM has nic's in more than one guest network set the tag for each host in /etc/dhcphosts.txt, and use the tag to add exception in /etc/dhcpopts.txt to prevent sending default route, dns server in case if the nic is in non-default network

this was the behaviour with edithosts.sh prior to 4.6

* pr/1766:
  CLOUDSTACK-9598: wrong defaut gateway for the nic in non-default network

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.8
Commit: 90ae04b79177a43076270016303b62baf3e4aa4d
Parents: ff616e7 7ab35e6
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Nov 24 12:39:32 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Nov 24 12:39:36 2016 +0530

----------------------------------------------------------------------
 .../debian/config/opt/cloud/bin/cs/CsDhcp.py    |  22 +-
 test/integration/smoke/test_router_dhcphosts.py | 372 ++++++++++++++++++-
 2 files changed, 388 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/90ae04b7/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py
----------------------------------------------------------------------