Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 22:34:31 +0200
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        Maxim Konovalov <maxim@freebsd.org>
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>
In-Reply-To: <20030124194701.P19393@news1.macomnet.ru>
References:  <20030123034022.GA587@gothmog.gr> <20030123184329.T77556@news1.macomnet.ru> <20030123195335.GC678@gothmog.gr> <20030124194701.P19393@news1.macomnet.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-01-24 20:02, Maxim Konovalov <maxim@FreeBSD.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030124203431.GA48536>