Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/10/2005 06:03:01
Module Name: src
Committed By: thorpej
Date: Thu Mar 10 06:03:01 UTC 2005
Modified Files:
src/sys/netinet: ip_output.c
Log Message:
In ip_fragment():
- Use the correct IP header length variable for other-than-first packets.
- Remove redundant setting of the original IP header length in the first
packet's csum_data. (It's already set before ip_fragment() is called
in 1.147.)
To generate a diff of this commit:
cvs rdiff -r1.147 -r1.148 src/sys/netinet/ip_output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.