Subject: CVS commit: src/sys/dist/ipf/netinet
To: None <source-changes@NetBSD.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 10/07/2004 03:57:02
Module Name:	src
Committed By:	darrenr
Date:		Thu Oct  7 03:57:02 UTC 2004

Modified Files:
	src/sys/dist/ipf/netinet: ip_state.c

Log Message:
* 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.1 -r1.2 src/sys/dist/ipf/netinet/ip_state.c

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