From owner-freebsd-stable@FreeBSD.ORG Tue May 19 00:22:22 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47D74E7 for ; Tue, 19 May 2015 00:22:22 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [191.243.120.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F23B31ACD for ; Tue, 19 May 2015 00:22:21 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id 8A32530FC56 for ; Mon, 18 May 2015 21:21:46 -0300 (BRT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-transfer-encoding:content-type:content-type:subject :subject:to:mime-version:user-agent:from:from:date:date :message-id; s=dkim; t=1431994906; x=1432858907; bh=fFwgwewUgn8j rUgU3FnKriiPxZel8KvYiNJcT9gFYAw=; b=Bssyg1ASikii57LfAUDrAHXVzKFx nh0bCOBGJdpfjn8o0CzYJMMKqvKb8TI2xEIOp281Dnx29rpjX3M7oaCj+lOP7N59 Wk6cN5Be8LN53SbkEd8xrQHrUunbh9kXrH/yKP6AwkLf1J8bBVWLYyv3dR4zkeWM RfVldwCEAKgClBk= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PBqKfQdS_HEQ for ; Mon, 18 May 2015 21:21:46 -0300 (BRT) Received: from [192.168.10.208] (unknown [186.193.54.69]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id E73F830FC55 for ; Mon, 18 May 2015 21:21:45 -0300 (BRT) Message-ID: <555A8208.9010208@bsdinfo.com.br> Date: Mon, 18 May 2015 21:21:28 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: FreeBSD Stable Mailing List Subject: table with bug in ipfw Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2015 00:22:22 -0000 Hi all, I see that there is still the following bug in ipfw: # ipfw table 33 add 0.0.0.0/8 # ipfw table 33 list ::/8 0 and # ipfw table 33 add 255.255.255.255 # ipfw table 33 list ::/8 0 The IP 255.255.255.255 not appear but it's there. Look below: # ipfw table 33 add 255.255.255.255 ipfw: setsockopt(IP_FW_TABLE_XADD): File exists This is very ugly to see. As it was not fixed in 10.1, would be expected to 10.2? Best regards, Gondim