From owner-freebsd-stable@freebsd.org Fri Jul 24 13:54:33 2015 Return-Path: Delivered-To: freebsd-stable@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 85B659A9750 for ; Fri, 24 Jul 2015 13:54:33 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) 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 39B7012D6 for ; Fri, 24 Jul 2015 13:54:32 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id 712C830FC30 for ; Fri, 24 Jul 2015 10:44:16 -0300 (BRT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-transfer-encoding:content-type:content-type :in-reply-to:references:subject:subject:to:mime-version :user-agent:from:from:date:date:message-id; s=dkim; t= 1437745454; x=1438609455; bh=D6hOIxU9OErriHGzkC29eFSn5HopXDQxrj1 xacL0GQo=; b=TpZYIaxr5mUfUx3CLmYXSMp3Blv5YS9Fi+0FeYR7YnyGW4IaGds e5E50KZELi+tVf7GXlxrG73sApX/JfHPviwfj7vEf0Egkrkn4TKIM3gyUN8/vbjR L38VeKr0pGOpxM5nVYusF09QrHaH3TcjWbiE51sv9vuyaP64RzikXlA4= 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 DzC7ycr6mfn0 for ; Fri, 24 Jul 2015 10:44:14 -0300 (BRT) Received: from [192.168.10.208] (unknown [186.193.54.69]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id 39C4E30FC2F; Fri, 24 Jul 2015 10:44:14 -0300 (BRT) Message-ID: <55B24142.7090001@bsdinfo.com.br> Date: Fri, 24 Jul 2015 10:44:34 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: "Alexander V. Chernikov" , FreeBSD Stable Mailing List Subject: Re: table with bug in ipfw References: <555A8208.9010208@bsdinfo.com.br> <1442671432126620@web6h.yandex.ru> In-Reply-To: <1442671432126620@web6h.yandex.ru> 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: Fri, 24 Jul 2015 13:54:33 -0000 Hi Melifaro, Bug persists. (root@mail)[/usr/src]# ipfw table 22 list (root@mail)[/usr/src]# ipfw table 22 add 0.0.0.0/8 (root@mail)[/usr/src]# ipfw table 22 list ::/8 0 (root@mail)[/usr/src]# uname -a FreeBSD mail.stefaninogueira.com 10.2-PRERELEASE FreeBSD 10.2-PRERELEASE #1 r285832: Fri Jul 24 02:55:14 BRT 2015 root@mail.stefaninogueira.com:/usr/obj/usr/src/sys/K3AX amd64 :( On 20-05-2015 09:57, Alexander V. Chernikov wrote: > 19.05.2015, 03:22, "Marcelo Gondim" : >> Hi all, > Hi, >> 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? > It was fixed in -head but didn't get to -stable. I'll try to take a look soon. > >> Best regards, >> Gondim >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"