Module name:    teredo
Committed by:   lacombar
Date:           Mon Aug 18 18:27:52 UTC 2008

Added Files:
        teredo/src: diff-to-current.080718.diff
        teredo/src/share/man/man4: trd.4
        teredo/src/sys/net: if_trd.c if_trd.h if_trdpkt.c if_trdpkt.h

Log Message:
The code is plit in two different categories:
   communication from the IPv4 node, to the IPv6 node. This pseudo interface has
Import code developed so far as a part of Google Summer of code 2008.
                            
The code is made of two different parts:
 - The first part correspond to the modification of the original NetBSD source 
   code. This part is based on NetBSD -current of July 17th 2008.
 - The second part correspond to the development made during the SoC. It is made
   of a kernel pseudo interface, trd(4), which handle the encapsulation and the
   communication from the IPv4 node, to the IPv6 node. This pseudo interface has
   three different working mode, see `share/man/man4/trd.4' and RFC4380 for mode
   details. A userland part is used to control the pseudo interface and the 
   server part of the protocol.

Note this code is still WIP.


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 teredo/src/diff-to-current.080718.diff \
    teredo/src/share/man/man4/trd.4 teredo/src/sys/net/if_trd.c \
    teredo/src/sys/net/if_trd.h teredo/src/sys/net/if_trdpkt.c \
    teredo/src/sys/net/if_trdpkt.h

To view a diff of this commit:
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/diff-to-current.080718.diff?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/share/man/man4/trd.4?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/sys/net/if_trd.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/sys/net/if_trd.h?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/sys/net/if_trdpkt.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/sys/net/if_trdpkt.h?r1=0&r2=1.1

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
NetBSD-SoC-cvs mailing list
NetBSD-SoC-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netbsd-soc-cvs

Reply via email to