Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 05/31/2007 10:33:55
Module Name:	src
Committed By:	darrenr
Date:		Thu May 31 10:33:55 UTC 2007

Modified Files:
	src/regress/sys/kern/ipf/expected: ni2
	src/regress/sys/kern/ipf/input: ni2
	src/sys/dist/ipf/netinet: ip_nat.c

Log Message:
The wrong condition was being tested for when deciding which fields to
update in ICMP error messages.  In the test case for this, the wrong
input was actually being used (it should be the headers from the previous
packet output) and therefore the expected results were also wildly wrong.

kern/36309


To generate a diff of this commit:
cvs rdiff -r1.1.1.4 -r1.2 src/regress/sys/kern/ipf/expected/ni2
cvs rdiff -r1.1.1.3 -r1.2 src/regress/sys/kern/ipf/input/ni2
cvs rdiff -r1.28 -r1.29 src/sys/dist/ipf/netinet/ip_nat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.