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 2DC2E2009EE for ; Wed, 18 May 2016 21:55:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2C919160A00; Wed, 18 May 2016 19:55:13 +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 9C9DC1609B0 for ; Wed, 18 May 2016 21:55:12 +0200 (CEST) Received: (qmail 25860 invoked by uid 500); 18 May 2016 19:55:08 -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 25733 invoked by uid 99); 18 May 2016 19:55:08 -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; Wed, 18 May 2016 19:55:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A5E9BE0459; Wed, 18 May 2016 19:55:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: swill@apache.org To: commits@cloudstack.apache.org Date: Wed, 18 May 2016 19:55:12 -0000 Message-Id: <53942d456ad4436fa484a65054523ce5@git.apache.org> In-Reply-To: <3f5e24fdf5d34505aaf549c0b5da1507@git.apache.org> References: <3f5e24fdf5d34505aaf549c0b5da1507@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/15] git commit: updated refs/heads/4.8 to 8f330b0 archived-at: Wed, 18 May 2016 19:55:13 -0000 Do not load previous firewall rules as we replace everyhing anyway Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/18d5cd28 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/18d5cd28 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/18d5cd28 Branch: refs/heads/4.8 Commit: 18d5cd285536954403cf5eec64024e5909e55d41 Parents: eb9706b Author: Boris Schrijver Authored: Fri Feb 5 21:04:06 2016 +0100 Committer: Boris Schrijver Committed: Fri Feb 5 21:04:06 2016 +0100 ---------------------------------------------------------------------- systemvm/patches/debian/config/opt/cloud/bin/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18d5cd28/systemvm/patches/debian/config/opt/cloud/bin/configure.py ---------------------------------------------------------------------- diff --git a/systemvm/patches/debian/config/opt/cloud/bin/configure.py b/systemvm/patches/debian/config/opt/cloud/bin/configure.py index 0e57eb6..840c7cb 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/configure.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/configure.py @@ -988,7 +988,7 @@ def main(argv): lb.process() logging.debug("Configuring iptables rules") - nf = CsNetfilters() + nf = CsNetfilters(False) nf.compare(config.get_fw()) logging.debug("Configuring iptables rules done ...saving rules")