Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 12/04/2003 10:02:35
Module Name:	src
Committed By:	scw
Date:		Thu Dec  4 10:02:35 UTC 2003

Modified Files:
	src/sys/netinet: ip_input.c

Log Message:
ipflow (IP fast forwarding) is not compatible with FAST_IPSEC either.

XXX: The decision whether or not to fast forward should be made
XXX: dynamically. Using the current approach seriously reduces
XXX: routing performance on gateways with IPsec enabled.


To generate a diff of this commit:
cvs rdiff -r1.187 -r1.188 src/sys/netinet/ip_input.c

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