From owner-freebsd-net@freebsd.org Thu Jun 30 10:05:24 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 BF94FB8745D for ; Thu, 30 Jun 2016 10:05:24 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A93E02E34 for ; Thu, 30 Jun 2016 10:05:24 +0000 (UTC) (envelope-from mad@madpilot.net) Received: by mailman.ysv.freebsd.org (Postfix) id A82A4B8745B; Thu, 30 Jun 2016 10:05:24 +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 A50DEB8745A; Thu, 30 Jun 2016 10:05:24 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 6AE532E33; Thu, 30 Jun 2016 10:05:23 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3rgFXV2b9czZsS; Thu, 30 Jun 2016 12:05:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from :received:received; s=mail; t=1467281112; x=1469095513; bh=1Un4Z SXbj8z6947+cwwiOtS4BaLrqUY1o5h18ctgi2w=; b=RasTD4bi15U6aTsGAJZ+P 0hCNQ+4kO7DbVSBN13osJp/pGWgUjtQqp0zzThDUm6goV/H0D7lLj3VZ9Hdb93g7 pJsbJ7RYi5qME/xVh9LYGrNO1O7to3vXp1JlGO92uSMc53rrWduDCmtJsBAo7XWL 0leZZvbprKPvH8enuuYqhg= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id nVoIEdhWQVTC; Thu, 30 Jun 2016 12:05:12 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Thu, 30 Jun 2016 12:05:12 +0200 (CEST) To: net@FreeBSD.org, FreeBSD CURRENT From: Guido Falsi Subject: 11.0-ALPHA5 ipfw cannot create table type number Message-ID: <05343d5b-1806-1747-4bad-5cd834bd647d@madpilot.net> Date: Thu, 30 Jun 2016 12:05:12 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Thu, 30 Jun 2016 10:05:24 -0000 While testing the new firewall functionality on head I stumbled in this: root@sensei:~ [0]# ipfw table foo create type number ipfw: Table creation failed: Operation not supported root@sensei:~ [71]# The ipfw man page states this should work, am I missing something? -- Guido Falsi