From issues-return-73361-apmail-cloudstack-issues-archive=cloudstack.apache.org@cloudstack.apache.org Thu Sep 15 21:33:21 2016 Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E38EC192F8 for ; Thu, 15 Sep 2016 21:33:20 +0000 (UTC) Received: (qmail 65482 invoked by uid 500); 15 Sep 2016 21:33:20 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 65356 invoked by uid 500); 15 Sep 2016 21:33:20 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 65157 invoked by uid 500); 15 Sep 2016 21:33:20 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 65091 invoked by uid 99); 15 Sep 2016 21:33:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 21:33:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7F3142C0D5C for ; Thu, 15 Sep 2016 21:33:20 +0000 (UTC) Date: Thu, 15 Sep 2016 21:33:20 +0000 (UTC) From: "John Burwell (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-9492) VR scripts IP merge logic incorrectly sets local gateway to public gateway MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Burwell updated CLOUDSTACK-9492: ------------------------------------- Priority: Critical (was: Major) > VR scripts IP merge logic incorrectly sets local gateway to public gateway > -------------------------------------------------------------------------- > > Key: CLOUDSTACK-9492 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9492 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Reporter: Murali Reddy > Assignee: Murali Reddy > Priority: Critical > Fix For: 4.9.1.0, 4.8.2.0 > > > systemvm/patches/debian/config/opt/cloud/bin/merge.py > Logic to parse cmd_line bootargs which has the information of devices, wrongly populates public gatway from local gateway. > if('localgw' in self.qFile.data['cmd_line']): > dp['gateway'] = self.qFile.data['cmd_line']['localgw'] > dp[gateway] is public ip gateway, being set to local gateway -- This message was sent by Atlassian JIRA (v6.3.4#6332)