From owner-freebsd-stable@FreeBSD.ORG Thu Nov 21 08:45:49 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46F49BA9; Thu, 21 Nov 2013 08:45:49 +0000 (UTC) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B78B42121; Thu, 21 Nov 2013 08:45:48 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id x55so6800286wes.12 for ; Thu, 21 Nov 2013 00:45:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vGvi3oBMF91DPI09920jjYozmPG832DfOXDyrMRHC38=; b=k/lh5/2ZSt2tMusFmWC59c0RNLo/hEQdIKv98bDzXe6PvzAqH0cHG7V9Z9NW4fLBG7 Z44DJ0g0GUvw4hfi97MC0r5xluRryV7ibgaTT9tKt/RkBZ+jCNjnfjJRDVjpQLq9lV/Z 53XIqc1oX02erxYBMYny2vdy/LIq+d39bZrrXOWHujy7vtwBW5AAOU2GL514zSHLleDK FHX2GnOo4ci/aO+5qXH48lbsCByjtltcVuglvVQxAK+k+cA5VCLvE+95x/4Nr4sXUnzm 17Ug1slO9C5bnSDlUWf6jHXGVtA3+BdRAFKGZVAXv24tda9atRVvzramqE9xUVn6T4ky 1vTQ== MIME-Version: 1.0 X-Received: by 10.180.187.175 with SMTP id ft15mr4916485wic.20.1385023547064; Thu, 21 Nov 2013 00:45:47 -0800 (PST) Received: by 10.216.91.144 with HTTP; Thu, 21 Nov 2013 00:45:47 -0800 (PST) In-Reply-To: <528DC7B5.8020601@grosbein.net> References: <528DC7B5.8020601@grosbein.net> Date: Thu, 21 Nov 2013 10:45:47 +0200 Message-ID: Subject: Re: ipfw table add problem From: =?ISO-8859-1?Q?=D6zkan_KIRIK?= To: Eugene Grosbein Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: freebsd-ipfw , freebsd-stable , Luigi Rizzo X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 08:45:49 -0000 Hi, # ipfw -i table 1 list ::/0 0.0.0.0 On Thu, Nov 21, 2013 at 10:43 AM, Eugene Grosbein wrote= : > On 20.11.2013 02:55, =D6zkan KIRIK wrote: > > Hi, > > > > I'm using kernel FreeBSD 10.0-BETA3 #2 r257635 kernel. > > I am trying to add port number to ipfw tables. But there is something > > strange : > > Problem is easily repeatable. > > > > #ipfw table 1 flush > > #ipfw table 1 add 4899 > > #ipfw table 1 list > > ::/0 0 > > Have you tried "ipfw -i table 1 list" ? > > >