From owner-freebsd-ipfw@FreeBSD.ORG Sat Jul 20 14:10:10 2013 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2228C57A for ; Sat, 20 Jul 2013 14:10:10 +0000 (UTC) (envelope-from mline@ukr.net) Received: from ffe15.ukr.net (ffe15.ukr.net [195.214.192.50]) by mx1.freebsd.org (Postfix) with ESMTP id CB68D2F2 for ; Sat, 20 Jul 2013 14:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Date:Message-Id:From:To:References:In-Reply-To:Subject:Cc:Content-Type:Content-Transfer-Encoding:MIME-Version; bh=9GV1lwTGuXdr6uNaa6lcdN3qNvX/pWhb3XNsOqg+29A=; b=aFeyK01cwXjlVxUHzy+fRzwjHvxhtBe+80vkmwXyLGP3HGX1EL8Aj/iCU+zfbXxFoZFkZg/izaBTLBoELE9A1sexY4nSUA6dfXekc5hYdJm4AWMXBS7AXpxhdPogSC/H7hrBJK/ZUQ5fm4C7zM8rakB0FZH2slhM4MNiFxGgSKI=; Received: from mail by ffe15.ukr.net with local ID 1V0XaT-000DH1-2h ; Sat, 20 Jul 2013 16:52:41 +0300 MIME-Version: 1.0 Subject: Re: Table add 255.255.255.255 bug In-Reply-To: <39065.1372186418.14025189299918143488@ffe6.ukr.net> References: <39065.1372186418.14025189299918143488@ffe6.ukr.net> To: "isp" From: "isp" X-Mailer: freemail.ukr.net 4.0 Message-Id: <46124.1374328361.5788402844330229760@ffe15.ukr.net> Date: Sat, 20 Jul 2013 16:52:41 +0300 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ipfw@freebsd.org X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 14:10:10 -0000 Hello. Can developers fix this bug? ------------------------------ > Hello. I have a problem with adding 255.255.255.255 address into ipfw table. I can't see it i "ipfw table list" [#south-router:/]# ipfw table 7 list 127.0.0.0/8 0 224.0.0.0/4 0 [#south-router:/]# ipfw table 7 add 255.255.255.255 [#south-router:/]# ipfw table 7 list 127.0.0.0/8 0 224.0.0.0/4 0 [#south-router:/]# ipfw table 7 add 255.255.255.255 ipfw: setsockopt(IP_FW_TABLE_XADD): File exists [#south-router:/]# ipfw table 7 delete 255.255.255.255 [#south-router:/]# ipfw table 7 list 127.0.0.0/8 0 224.0.0.0/4 0 [#south-router:/]# uname -a FreeBSD south-router 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Tue Apr 30 20:02:00 EEST 2013 root@south:/usr/obj/usr/src/sys/SOUTH-ROUTER amd64 > _______________________________________________ freebsd-ipfw@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org"