Date: Wed, 5 Jul 2000 17:38:10 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pim6dd LICENSE.mrouted LICENSE.pimd Makefile VERSION callout.c config.c debug.c debug.h defs.h inet6.c kern.c main.c mld6.c mld6.h mld6_proto.c mrt.c mrt.h pathnames.h pim6.c pim6_proto.c pim6dd.8 pim6dd.conf.5 pimdd.h route.c ... Message-ID: <200007060038.RAA08276@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2000/07/05 17:38:10 PDT
Modified files:
usr.sbin/pim6dd LICENSE.mrouted LICENSE.pimd Makefile
VERSION callout.c config.c debug.c
debug.h defs.h inet6.c kern.c main.c
mld6.c mld6.h mld6_proto.c mrt.c mrt.h
pathnames.h pim6.c pim6_proto.c pim6dd.8
pim6dd.conf.5 pimdd.h route.c routesock.c
timer.c trace.c trace.h vers.c vif.c
vif.h
Log:
Sync with latest KAME
Obtained from: KAME
Revision Changes Path
1.2 +0 -0 src/usr.sbin/pim6dd/LICENSE.mrouted
1.2 +2 -2 src/usr.sbin/pim6dd/LICENSE.pimd
1.2 +82 -6 src/usr.sbin/pim6dd/Makefile
1.2 +0 -0 src/usr.sbin/pim6dd/VERSION
1.2 +29 -29 src/usr.sbin/pim6dd/callout.c
1.2 +160 -49 src/usr.sbin/pim6dd/config.c
1.2 +89 -24 src/usr.sbin/pim6dd/debug.c
1.2 +43 -43 src/usr.sbin/pim6dd/debug.h
1.2 +81 -74 src/usr.sbin/pim6dd/defs.h
1.2 +4 -4 src/usr.sbin/pim6dd/inet6.c
1.2 +16 -16 src/usr.sbin/pim6dd/kern.c
1.3 +56 -56 src/usr.sbin/pim6dd/main.c
1.3 +42 -34 src/usr.sbin/pim6dd/mld6.c
1.2 +11 -8 src/usr.sbin/pim6dd/mld6.h
1.2 +23 -32 src/usr.sbin/pim6dd/mld6_proto.c
1.2 +42 -42 src/usr.sbin/pim6dd/mrt.c
1.2 +29 -29 src/usr.sbin/pim6dd/mrt.h
1.3 +12 -12 src/usr.sbin/pim6dd/pathnames.h
1.2 +31 -26 src/usr.sbin/pim6dd/pim6.c
1.2 +96 -98 src/usr.sbin/pim6dd/pim6_proto.c
1.6 +9 -14 src/usr.sbin/pim6dd/pim6dd.8
1.6 +9 -11 src/usr.sbin/pim6dd/pim6dd.conf.5
1.2 +127 -127 src/usr.sbin/pim6dd/pimdd.h
1.2 +57 -57 src/usr.sbin/pim6dd/route.c
1.2 +31 -31 src/usr.sbin/pim6dd/routesock.c
1.2 +40 -26 src/usr.sbin/pim6dd/timer.c
1.2 +16 -16 src/usr.sbin/pim6dd/trace.c
1.2 +42 -42 src/usr.sbin/pim6dd/trace.h
1.2 +0 -0 src/usr.sbin/pim6dd/vers.c
1.2 +39 -32 src/usr.sbin/pim6dd/vif.c
1.2 +32 -32 src/usr.sbin/pim6dd/vif.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007060038.RAA08276>
