Date: Tue, 9 Jan 2001 00:31:07 -0800 From: "Crist J. Clark" <cjclark@reflexnet.net> To: Marc Silver <marcs@draenor.org> Cc: freebsd-security@FreeBSD.ORG Subject: Re: What do these mean? Message-ID: <20010109003107.R95729@rfx-64-6-211-149.users.reflexco> In-Reply-To: <20010109094650.C94766@draenor.org>; from marcs@draenor.org on Tue, Jan 09, 2001 at 09:46:50AM %2B0200 References: <20010109084540.Y94766@draenor.org> <20010108234245.J95729@rfx-64-6-211-149.users.reflexco> <20010109094650.C94766@draenor.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 09, 2001 at 09:46:50AM +0200, Marc Silver wrote: > Hi there, > > Sorry then but quick question... why doesn't it simply remove those that > have expired from the list?? Pretty much the best reason I can give is because that is just how it works. Perhaps it is best to look at it this way, what would "removing" them from the list gain you besides prettier output? BTW, if you want prettier output, I have this csh alias, ipfwsh ipfw show | awk -F'[ ,]' '/^##/ { dyn = 1 } ( dyn == 1 ) { if ( $5 != 0 ) { print }; next } { print }' To trim expired rules out. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010109003107.R95729>