Subject: Re: bin/30400: ipf log dup-to bug
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: netbsd-bugs
Date: 06/11/2005 19:28:02
The following reply was made to PR bin/30400; it has been noted by GNATS.
From: Bernd Ernesti <netbsd@lists.veego.de>
To: gnats-bugs@NetBSD.org
Cc: prlw1@cam.ac.uk
Subject: Re: bin/30400: ipf log dup-to bug
Date: Sat, 11 Jun 2005 21:26:56 +0200
On Thu, Jun 02, 2005 at 09:51:00AM +0000, prlw1@cam.ac.uk wrote:
[..]
> man 5 ipf
ACTIONS
[..]
log causes the packet to be logged (as described in the LOGGING sec-
tion below) and has no effect on whether the packet will be
allowed through the filter.
IMHO, this pr should be closed.
If you want these packages to be logged then use this:
pass out log on rtk0 dup-to xi0 all
pass in log on rtk0 dup-to xi0 all
Bernd