Subject: PR/32944 CVS commit: src/sys/net
To: None <rpaulo@netbsd.org, gnats-admin@netbsd.org,>
From: Rui Paulo <rpaulo@netbsd.org>
List: netbsd-bugs
Date: 02/28/2006 00:50:02
The following reply was made to PR kern/32944; it has been noted by GNATS.

From: Rui Paulo <rpaulo@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32944 CVS commit: src/sys/net
Date: Tue, 28 Feb 2006 00:38:35 +0000 (UTC)

 Module Name:	src
 Committed By:	rpaulo
 Date:		Tue Feb 28 00:38:35 UTC 2006
 
 Modified Files:
 	src/sys/net: if_tun.c
 
 Log Message:
 Add full support for IPv6 tunnels. From DEGROOTE Arnaud in PR 32944.
 The PR submitter and the PR handler were unable to test this code
 using Teredo userland clients such as Miredo. However, the PR handler
 dumped and analyzed some of the packets produced by Miredo and they
 seemed fine.
 (On a side note: I was unable to setup Teredo in Windows XP and the
 problem seemed similar to what I currently see in NetBSD: lack of
 replies from the Teredo relay).
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.79 -r1.80 src/sys/net/if_tun.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.