Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3FA96200BCB for ; Thu, 24 Nov 2016 08:15:39 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3D7F0160B20; Thu, 24 Nov 2016 07:15:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AB59D160B1E for ; Thu, 24 Nov 2016 08:15:38 +0100 (CET) Received: (qmail 14122 invoked by uid 500); 24 Nov 2016 07:15:37 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 14105 invoked by uid 99); 24 Nov 2016 07:15:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2016 07:15:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A6D10E0AF6; Thu, 24 Nov 2016 07:15:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Thu, 24 Nov 2016 07:15:38 -0000 Message-Id: In-Reply-To: <7c4bf21e72fc4b9094c66f681a0b8d3a@git.apache.org> References: <7c4bf21e72fc4b9094c66f681a0b8d3a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: updated refs/heads/4.9 to 825935d archived-at: Thu, 24 Nov 2016 07:15:39 -0000 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 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.9 Commit: 90ae04b79177a43076270016303b62baf3e4aa4d Parents: ff616e7 7ab35e6 Author: Rohit Yadav Authored: Thu Nov 24 12:39:32 2016 +0530 Committer: Rohit Yadav 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 ----------------------------------------------------------------------