From owner-freebsd-ipfw@FreeBSD.ORG Tue Dec 13 19:41:11 2005 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CE216A41F for ; Tue, 13 Dec 2005 19:41:11 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E4243D46 for ; Tue, 13 Dec 2005 19:41:10 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 2DEC56064; Tue, 13 Dec 2005 14:41:10 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59960-09; Tue, 13 Dec 2005 14:41:09 -0500 (EST) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 78EC55FBF; Tue, 13 Dec 2005 14:41:09 -0500 (EST) In-Reply-To: <021001c60003$6528ea80$1ec237c0@nms.noc.utoronto.ca> References: <021001c60003$6528ea80$1ec237c0@nms.noc.utoronto.ca> Mime-Version: 1.0 (Apple Message framework v746.2) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Tue, 13 Dec 2005 14:41:08 -0500 To: Jin Fang X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-ipfw@freebsd.org Subject: Re: ipfw table bad command X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 19:41:11 -0000 On Dec 13, 2005, at 11:36 AM, Jin Fang wrote: > Which version of freebsd has 'table' command been implemented into > ipfw? > I try it in 5.2.1 to use: > # ipfw table 1 add x.x.x.x/32 > get: > ipfw: bad command `table' It was added somewhere around 5.3. Someone running 5.2.1 should update to 5.3, 5.4, or consider going to 6.0... -- -Chuck