Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Marc Horowitz <marc@netbsd.org>
List: source-changes
Date: 08/25/1999 19:15:36
Module Name:	syssrc
Committed By:	marc
Date:		Thu Aug 26 02:15:36 UTC 1999

Modified Files:
	syssrc/sys/netinet: ip_fil.c

Log Message:
when fastrouting a packet which needs fragmentation, the packet passed
to if_output did not have m->m_pkthdr.len set correctly.  Add the code
to do this from the similar code in ip_output.c


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/netinet/ip_fil.c

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