Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/26/2000 03:49:45
Module Name:	syssrc
Committed By:	itojun
Date:		Sat Feb 26 11:49:45 UTC 2000

Modified Files:
	syssrc/sys/netinet6: ah_input.c

Log Message:
with IPv4 AH, strip off AH from the packet.  this is to make some
of IPv4 transport layer code work correctly (specifically, ICMPv4
will transmit wrong packet if we don't strip AH here)

this is just for m_pulldown case.  normal installations are not affected.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/netinet6/ah_input.c

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