Subject: bin/30400: ipf log dup-to bug
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: None <prlw1@cam.ac.uk>
List: netbsd-bugs
Date: 06/02/2005 09:51:00
>Number:         30400
>Category:       bin
>Synopsis:       dup-to doesn't with action log
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 02 09:51:00 +0000 2005
>Originator:     Patrick Welche
>Release:        NetBSD 3.99.5
>Organization:
	
>Environment:
Architecture: i386
Machine: i386
>Description:
The rules

  log out on rtk0 dup-to xi0 all
  log in on rtk0 dup-to xi0 all

don't duplicate packets in/out on rtk0 to xi0, however the rules

  pass out on rtk0 dup-to xi0 all
  pass in on rtk0 dup-to xi0 all

do. I would expect packets to be copied in both cases.
>How-To-Repeat:
	
>Fix: