Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/22/2001 09:57:35
Module Name:	syssrc
Committed By:	itojun
Date:		Mon Jan 22 07:57:35 UTC 2001

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

Log Message:
revert revision 1.15 (on ingress, DF bit copied from inner to outer).

since we do not have feedback mechanism from path MTU to tunnel MTU
(not sure if we should), and inner packet source will not get informed of
outer PMTUD (we shouldn't do this), 1.15 behavior can lead us to
blackhole behavior.

configurable behavior (as suggested in RFC2401 6.1) would be nice to have,
however, reusing net.inet.ipsec.dfbit would be hairy.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/netinet/in_gif.c

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