Subject: Re: kern/36309
To: Michael van Elst <mlelstv@serpens.de>
From: Darren Reed <darrenr@NetBSD.org>
List: netbsd-bugs
Date: 05/31/2007 05:07:35
In changing the code to be:
 -      if (nat->nat_dir == NAT_OUTBOUND) {
 +      if (oip->ip_dst.s_addr == nat->nat_oip.s_addr) {

a regression is introduced with "ni2".  I need to look at this
more closely to determine whether it is the regression test or
the code that is at fault.

"ni2" tests an ICMP NEED FRAG being generated in response to an
incoming packet that we pretend is too large.

Darren