Subject: CVS commit: src/sys/netinet6
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 05/14/2003 14:34:16
Module Name:	src
Committed By:	itojun
Date:		Wed May 14 14:34:15 UTC 2003

Modified Files:
	src/sys/netinet6: ip6_input.c

Log Message:
do not use m_pulldown() to parse intermediate extension headers (like routing).
we don't want to drop packets due to extension header parsing.  KAME rev 1.59.
(performance may suck, but it is slowpath anyways)


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/sys/netinet6/ip6_input.c

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