From owner-freebsd-net@freebsd.org Fri Jul 1 14:21:57 2016 Return-Path: Delivered-To: freebsd-net@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 77EDBB88E06 for ; Fri, 1 Jul 2016 14:21:57 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 573E02F3A for ; Fri, 1 Jul 2016 14:21:57 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 566A0B88E05; Fri, 1 Jul 2016 14:21:57 +0000 (UTC) Delivered-To: net@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 560AAB88E04 for ; Fri, 1 Jul 2016 14:21:57 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward3o.cmail.yandex.net (forward3o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::288]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 080F52F38; Fri, 1 Jul 2016 14:21:57 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp4o.mail.yandex.net (smtp4o.mail.yandex.net [37.140.190.29]) by forward3o.cmail.yandex.net (Yandex) with ESMTP id E24E920EBB; Fri, 1 Jul 2016 17:21:44 +0300 (MSK) Received: from smtp4o.mail.yandex.net (localhost [127.0.0.1]) by smtp4o.mail.yandex.net (Yandex) with ESMTP id 94AF42320670; Fri, 1 Jul 2016 17:21:44 +0300 (MSK) Received: by smtp4o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id N7HJzsIaBe-LhemnxFJ; Fri, 01 Jul 2016 17:21:43 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1467382903; bh=9E9B+uJZEcWgeM8p7YeQrmPKjEghsBUaJKzv5nJyTxk=; h=Subject:To:References:From:Message-ID:Date:User-Agent: MIME-Version:In-Reply-To:Content-Type; b=vRHs7JqPurz2WEnmqNGpl2lbA+I/T/uPmk5eeB6aWS8+2aj0KA4y4GG3M2Nt6nGZR RXh8bm7ffrwE3xeV+y5eYZ2QeB9OFJWgD885QCJAo9L+TqhcXrrztq3S0USZKYxBo/ J7l60hkYryXNnzuR8UUM9j0eWJhxqxnyepgjg9oE= Authentication-Results: smtp4o.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0,1 0,1 0 Subject: Re: 11.0-ALPHA5 ipfw cannot create table type number To: Guido Falsi , net@FreeBSD.org, "Alexander V. Chernikov" References: <05343d5b-1806-1747-4bad-5cd834bd647d@madpilot.net> From: "Andrey V. Elsukov" Message-ID: <57767C38.5020600@yandex.ru> Date: Fri, 1 Jul 2016 17:20:40 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <05343d5b-1806-1747-4bad-5cd834bd647d@madpilot.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dnL5sPas99b2E2Q1ISVQXJGg4RGV2UTvd" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2016 14:21:57 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --dnL5sPas99b2E2Q1ISVQXJGg4RGV2UTvd Content-Type: multipart/mixed; boundary="TBOSHTNXxw0R55ce3q83qawefAWrFqRIu" From: "Andrey V. Elsukov" To: Guido Falsi , net@FreeBSD.org, "Alexander V. Chernikov" Message-ID: <57767C38.5020600@yandex.ru> Subject: Re: 11.0-ALPHA5 ipfw cannot create table type number References: <05343d5b-1806-1747-4bad-5cd834bd647d@madpilot.net> In-Reply-To: <05343d5b-1806-1747-4bad-5cd834bd647d@madpilot.net> --TBOSHTNXxw0R55ce3q83qawefAWrFqRIu Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 30.06.16 13:05, Guido Falsi wrote: > While testing the new firewall functionality on head I stumbled in this= : >=20 > root@sensei:~ [0]# ipfw table foo create type number >=20 > ipfw: Table creation failed: Operation not supported > root@sensei:~ [71]# >=20 > The ipfw man page states this should work, am I missing something? You need to specify algo too. # ipfw table T create type number algo number:array Don't know what is this - the code bug or documentation bug... --=20 WBR, Andrey V. Elsukov --TBOSHTNXxw0R55ce3q83qawefAWrFqRIu-- --dnL5sPas99b2E2Q1ISVQXJGg4RGV2UTvd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXdnw5AAoJEAHF6gQQyKF68EEH/1CnTuGelFDpiVH1yfQ9KWMZ bZ7rcOjWlz9OLbUhSx/F7QJfUoDVBqpldkleV2tM9yo/xo2bKr85bIm9Qi2wRMrK i16qrgTi0Tp87jw4JIom7o6bXVqrTR1ga9HxmwHcCHLz6QAPBKb2n6ewJ+AfFbTt ZHyFMRnxIifWxYAXNtVa4Db3BRQ+r+lzXz/2r12p7MM1TgQ6DvQxT/GFzbGSQFfx z9XcnTmx4PgRloJWVGTTL5r2URvLtZmtfME6Dq4cCJFOufC4JCEEKRZVqzUZJVfW D86b0ZuVqoZMudL1pPELZbr5DaXy7wlMIv6NgxVd2z3jtuQOS0W8Lx8bZL8c6NM= =9yiA -----END PGP SIGNATURE----- --dnL5sPas99b2E2Q1ISVQXJGg4RGV2UTvd--