Subject: Re: OT: IPFilter rule
To: None <netbsd-help@netbsd.org>
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
List: netbsd-help
Date: 12/06/2002 21:20:03
On 2002-12-06 10:26, Sam Carleton <sam@linux-info.net> wrote:
> log first out on iy0 from any to 192.168.0.5/32 port 5190
>
> The catch is that I don't want to block or pass it at this
> point, simply log it.

You could always use "count" as the ipfilter action:

	count log out on iy0 from any to 192.168.0.5/32 port 5190

:)