Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bernd Ernesti <veego@netbsd.org>
List: source-changes
Date: 08/31/2000 17:58:06
Module Name:	syssrc
Committed By:	veego
Date:		Thu Aug 31 14:58:06 UTC 2000

Modified Files:
	syssrc/sys/netinet [netbsd-1-5]: ip_nat.c

Log Message:
Pull up revision 1.36 (requested by veego). Approved by releng-1-5.

>Apply fix from IWAMOTO Toshihiro in pr#10813:
> rev 1.35 of ip_nat.c checks if packets are too short.
> For ICMP packets, this packet length checking double counts
> the length of an IP header contained in ICMP messages.
> So, unless ICMP packets are long enough (such as echo-reply),
> packets are mistakingly considered too short and are dropped.


To generate a diff of this commit:
cvs rdiff -r1.34.2.1 -r1.34.2.2 syssrc/sys/netinet/ip_nat.c

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