Subject: CVS commit: [netbsd-2-0] src/sys/netinet
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 10/08/2004 03:13:47
Module Name:	src
Committed By:	jmc
Date:		Fri Oct  8 03:13:47 UTC 2004

Modified Files:
	src/sys/netinet [netbsd-2-0]: ip_state.c

Log Message:
Pullup patch (requested by darrenr in ticket #902)

* Prevent hang when attempting to flush state entries for ipv4 when ipv6
  are present or vice versa
* Fix matching of IPv6 state entries when the initial packet is a
  sent to a multicast address.  This includes not updating the address as
  being fixed when a second (or further) such packet is seen before a reply.
* Disable code, for now, that limited how many ICMP packets could match a
  state entry based on the number of real packets seen.


To generate a diff of this commit:
cvs rdiff -r1.44.2.2 -r1.44.2.3 src/sys/netinet/ip_state.c

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