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 30658200C10 for ; Fri, 3 Feb 2017 17:57:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2F0E2160B43; Fri, 3 Feb 2017 16:57:33 +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 A0BF9160B3F for ; Fri, 3 Feb 2017 17:57:32 +0100 (CET) Received: (qmail 83545 invoked by uid 500); 3 Feb 2017 16:57:26 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 82947 invoked by uid 99); 3 Feb 2017 16:57:25 -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; Fri, 03 Feb 2017 16:57:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DB590DFBDB; Fri, 3 Feb 2017 16:57:25 +0000 (UTC) From: ustcweizhou To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request #1929: CLOUDSTACK-9770: fix missing ip routes in VR Content-Type: text/plain Date: Fri, 3 Feb 2017 16:57:25 +0000 (UTC) archived-at: Fri, 03 Feb 2017 16:57:33 -0000 GitHub user ustcweizhou opened a pull request: https://github.com/apache/cloudstack/pull/1929 CLOUDSTACK-9770: fix missing ip routes in VR In 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. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ustcweizhou/cloudstack VR-missing-route Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1929.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1929 ---- commit 8c69cb1c1fd7ba93e021dca7d6e08dbaa831ccfa Author: Wei Zhou Date: 2017-02-03T09:04:10Z CLOUDSTACK-9770: fix missing ip routes in VR ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---