Subject: CVS commit: src/sys/netipsec
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 08/15/2003 17:14:33
Module Name: src
Committed By: jonathan
Date: Fri Aug 15 17:14:32 UTC 2003
Modified Files:
src/sys/netipsec: ipsec_input.c ipsec_output.c
Log Message:
Fix bug with IP_DF handling which was breaking TCP: on FreeBSD, ip_off
is assumed to be in host byteorder during the input(?) path. NetBSD
keeps ip_off and ip_len in network order. Add (or remove) byteswaps
accordingly. TCP over fast_ipsec now works with PMTU, as well as without.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/netipsec/ipsec_input.c \
src/sys/netipsec/ipsec_output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.