Module name:    teredo
Committed by:   lacombar
Date:           Mon Aug 18 18:28:22 UTC 2008

Added Files:
        teredo/src/usr.sbin/trdd: client.c client.h server.c server.h
            trdd.8 trdd.c trdd.h util.c util.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/usr.sbin/trdd/client.c \
    teredo/src/usr.sbin/trdd/client.h teredo/src/usr.sbin/trdd/server.c \
    teredo/src/usr.sbin/trdd/server.h teredo/src/usr.sbin/trdd/trdd.8 \
    teredo/src/usr.sbin/trdd/trdd.c teredo/src/usr.sbin/trdd/trdd.h \
    teredo/src/usr.sbin/trdd/util.c teredo/src/usr.sbin/trdd/util.h

To view a diff of this commit:
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/usr.sbin/trdd/client.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/usr.sbin/trdd/client.h?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/usr.sbin/trdd/server.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/usr.sbin/trdd/server.h?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/usr.sbin/trdd/trdd.8?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/usr.sbin/trdd/trdd.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/usr.sbin/trdd/trdd.h?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/usr.sbin/trdd/util.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/teredo/src/usr.sbin/trdd/util.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