From owner-freebsd-audit Fri Jan 24 12:45:54 2003 Delivered-To: freebsd-audit@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D6B37B401; Fri, 24 Jan 2003 12:45:53 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B7143F3F; Fri, 24 Jan 2003 12:45:52 -0800 (PST) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a116.otenet.gr [212.205.215.116]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0OKjhBb010787; Fri, 24 Jan 2003 22:45:43 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0OKjgd9049392; Fri, 24 Jan 2003 22:45:42 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0OKYVI1049030; Fri, 24 Jan 2003 22:34:31 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Fri, 24 Jan 2003 22:34:31 +0200 From: Giorgos Keramidas To: Maxim Konovalov Cc: freebsd-audit@freebsd.org, des@freebsd.org, luigi@freebsd.org Subject: Re: (fwd) bin/47196: ipfw won't format correctly output from 'ipfw show' command Message-ID: <20030124203431.GA48536@gothmog.gr> References: <20030123034022.GA587@gothmog.gr> <20030123184329.T77556@news1.macomnet.ru> <20030123195335.GC678@gothmog.gr> <20030124194701.P19393@news1.macomnet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030124194701.P19393@news1.macomnet.ru> Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-24 20:02, Maxim Konovalov wrote: > Yes, you are right. Revert 1.103 a little more. Note we always show > packets/bytes for dynamic rules. This looks fine and works great here: cohen# ./ipfw show 00030 2204558 10260392610 allow tcp from 127.0.0.1 to 127.0.0.1 keep-state 65535 1248 102784 deny ip from any to any ## Dynamic rules (5): 00030 114513 209251936 (300s) STATE tcp 127.0.0.1 49605 <-> 127.0.0.1 19 cohen# Note that the first line contains a rule whose bytecount has exceeded 9,999,999,999 and needs more than 10 digits to print properly :-) Please commit it and close PR bin/47196 if nobody else objects or has comments and/or corrections. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message