Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E3D3DA09 for ; Thu, 7 Mar 2013 14:49:02 +0000 (UTC) Received: (qmail 31601 invoked by uid 500); 7 Mar 2013 14:49:01 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 31563 invoked by uid 500); 7 Mar 2013 14:49:01 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 31555 invoked by uid 99); 7 Mar 2013 14:49:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 14:49:01 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.149.209] (HELO na3sys009aog113.obsmtp.com) (74.125.149.209) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 14:48:56 +0000 Received: from mail-ve0-f200.google.com ([209.85.128.200]) (using TLSv1) by na3sys009aob113.postini.com ([74.125.148.12]) with SMTP ID DSNKUTiow+O+F3T3kkl2icH5cbbuZWpOA2nU@postini.com; Thu, 07 Mar 2013 06:48:36 PST Received: by mail-ve0-f200.google.com with SMTP id ox1so938465veb.11 for ; Thu, 07 Mar 2013 06:48:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-received:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:x-gm-message-state; bh=vTKqkYRyZXpgw9Q1BGWBB6JTFYHOaBVQPGto8e1yh4k=; b=esIAu/ElqePlcbWyCW+uS/dJkzxtdKuKazOVbayQzJ1TkeVqBZ4z/qD9m7MdPKljJb r9/mjWGhmZMIS1zEVHXvytAYqS0qYEdnp/BM0D/AN5Qx3WfbMARC8VASopzm3pckAJOH SH37FPX7HR6m1iF41aRAv8H3Cr+uzgtqXDlNOZLg6zsXUAt2lokjsqBDKnsCmXyuuR50 Lw2qzzCnIT3i5pIS2tqIFICW+qT6dg2x/TvJLFxGkKJrOD35Zq3Oavw3TOVV5UivWhlM 54Wf+lNhvXF3ogmuCDVtNvsHzeGTaI8rP0yRlsf0tL6Ji7Ab4urc2hDQAfR3/gm1Fs58 f3Bw== X-Received: by 10.224.223.80 with SMTP id ij16mr50221939qab.8.1362667714739; Thu, 07 Mar 2013 06:48:34 -0800 (PST) X-Received: by 10.224.223.80 with SMTP id ij16mr50221928qab.8.1362667714668; Thu, 07 Mar 2013 06:48:34 -0800 (PST) Received: from USLT-205755.sungardas.corp ([216.203.6.11]) by mx.google.com with ESMTPS id eb7sm2965797qab.11.2013.03.07.06.48.33 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Mar 2013 06:48:33 -0800 (PST) Received: by USLT-205755.sungardas.corp (Postfix, from userid 76098887) id 6C9E510A8DB90; Thu, 7 Mar 2013 09:48:31 -0500 (EST) Date: Thu, 7 Mar 2013 09:48:30 -0500 From: Chip Childers To: cloudstack-dev@incubator.apache.org Subject: Re: [ACS41][Patch Request] CLOUDSTACK-1315: Fix NPE when try to upgrade network from VR to SRX-F5 Message-ID: <20130307144829.GA88519@USLT-205755.sungardas.corp> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQnrDKVtU6gauxaYOycpDzhzUBfQT+CUZIMINP6V+7ADXhfQ6vNJAfuu8wiu303eV6nwJ9keorPum/gbGSzSIXTOfghR8YLKKDx2Urv9/0/y0jUfvz0skIQlEfDe4ok/s5CZh47sgIhxP6gE9ulj5fbJ46eM/53oE7OFZIZT6OgG2y/RWTnKeRkaEhcSpZE1NorUXVZ8 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Mar 06, 2013 at 04:54:40PM -0800, Sheng Yang wrote: > commit 27ba0208f068e60f588d25a5d0ad9c4d6503ad14 > Author: Sheng Yang > Date: Wed Mar 6 16:49:44 2013 -0800 > > CLOUDSTACK-1315: Fix NPE when try to upgrade network from VR to SRX-F5 > > Still return a valid object when reverting non-existed rules. > > Thanks. > > --Sheng > Applied to 4.1 - thanks! -chip