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 87203200B7C for ; Thu, 25 Aug 2016 05:14:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 85A16160AC1; Thu, 25 Aug 2016 03:14:28 +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 CBAFE160AB1 for ; Thu, 25 Aug 2016 05:14:27 +0200 (CEST) Received: (qmail 87816 invoked by uid 500); 25 Aug 2016 03:14:21 -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 87802 invoked by uid 99); 25 Aug 2016 03:14:21 -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, 25 Aug 2016 03:14:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6E434DFB89; Thu, 25 Aug 2016 03:14:21 +0000 (UTC) From: digitalgust To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request #1662: Fix bug juniper srx Content-Type: text/plain Date: Thu, 25 Aug 2016 03:14:21 +0000 (UTC) archived-at: Thu, 25 Aug 2016 03:14:28 -0000 GitHub user digitalgust opened a pull request: https://github.com/apache/cloudstack/pull/1662 Fix bug juniper srx if the public interface has marked untagged ,the vlan is “vlan://untagged” ,but old source is “untagged” , so it will raise a exception : Unable to parse VLAN tag: vlan://untagged %action% not replaced. It will report syntax error when configure outgress rule to Juniper srx hardware firewall. You can merge this pull request into a Git repository by running: $ git pull https://github.com/digitalgust/cloudstack fix_bug_juniper_srx Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1662.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 #1662 ---- commit 49ff456c583bb1a00437b067521942440690240a Author: digitalgust Date: 2016-08-25T02:29:05Z hardware firewall operation bug if the public interface has marked untagged ,the vlan is “vlan://untagged” ,but old source is “untagged” , so it will raise a exception : Unable to parse VLAN tag: vlan://untagged %action% not replaced. It will report syntax error when configure outgress rule to Juniper srx hardware firewall. commit 7f7af0aad23ec88a25a5e86a19959fc15aeec414 Author: digitalgust Date: 2016-08-25T02:51:35Z Revert "hardware firewall operation bug" This reverts commit 49ff456c583bb1a00437b067521942440690240a. commit 42135f0ba5605b56615e0c923f1e47918be3663e Author: digitalgust Date: 2016-08-25T03:13:05Z Revert "Revert "hardware firewall operation bug"" This reverts commit 7f7af0aad23ec88a25a5e86a19959fc15aeec414. ---- --- 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. ---