From owner-svn-src-head@freebsd.org Tue Aug 4 11:26:42 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FFE09B3135 for ; Tue, 4 Aug 2015 11:26:42 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E48A01EF0; Tue, 4 Aug 2015 11:26:41 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-239-102.lns20.per1.internode.on.net [121.45.239.102]) (authenticated bits=0) by vps1.elischer.org (8.14.9/8.14.9) with ESMTP id t74BQVmx095803 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 4 Aug 2015 04:26:34 -0700 (PDT) (envelope-from julian@freebsd.org) To: "Alexander V. Chernikov" , svn-src-head@freebsd.org References: <201508031431.t73EV6hZ045024@repo.freebsd.org> From: Julian Elischer Subject: another ipfw regression I think. Message-ID: <55C0A165.10103@freebsd.org> Date: Tue, 4 Aug 2015 19:26:29 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <201508031431.t73EV6hZ045024@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2015 11:26:42 -0000 another thing that seems broken now is that -q no longer stopps errors when deleting non existant rules. root@vps1:~ # ipfw -q delete 4000 ipfw: rule 4000 not found root@vps1:~ # echo $? 69 root@vps1: