From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 10 15:09:43 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0F3ABE0; Mon, 10 Feb 2014 15:09:43 +0000 (UTC) Received: from mail.ipfw.ru (mail.ipfw.ru [IPv6:2a01:4f8:120:6141::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C30A1650; Mon, 10 Feb 2014 15:09:43 +0000 (UTC) Received: from [2a02:6b8:0:401:222:4dff:fe50:cd2f] (helo=ptichko.yndx.net) by mail.ipfw.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1WCodj-00086h-3I; Mon, 10 Feb 2014 15:03:03 +0400 Message-ID: <52F8EABD.7060604@FreeBSD.org> Date: Mon, 10 Feb 2014 19:05:33 +0400 From: "Alexander V. Chernikov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: melifaro@FreeBSD.org, melifaro@FreeBSD.org, freebsd-bugs@FreeBSD.org, melifaro@FreeBSD.org Subject: Re: kern/186570: ipfw interprets incomplete (3 octets) ip in a table as an wildcard that match whole traffic. References: <201402101503.s1AF3GGI059157@freefall.freebsd.org> In-Reply-To: <201402101503.s1AF3GGI059157@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 15:09:43 -0000 This problem is already fixed in HEAD, see r258677. I'll try to merge this to 10/ and 9/ soon.