From owner-cvs-all Fri Jan 28 4:18: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49AF115A96; Fri, 28 Jan 2000 04:17:52 -0800 (PST) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA70931; Fri, 28 Jan 2000 04:17:51 -0800 (PST) (envelope-from shin@FreeBSD.org) Message-Id: <200001281217.EAA70931@freefall.freebsd.org> From: Yoshinobu Inoue Date: Fri, 28 Jan 2000 04:17:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_input.c ip6_output.c raw_ip6.c ip6_mroute.c ip6_mroute.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shin 2000/01/28 04:17:51 PST Modified files: sys/netinet6 ip6_input.c ip6_output.c raw_ip6.c ip6_mroute.c ip6_mroute.h Log: #This is a null commit to give correct description for the previous change. #Please forget the strange log message of the previous commit . IPv6 multicast routing. kernel IPv6 multicast routing support. pim6 dense mode daemon pim6 sparse mode daemon netstat support of IPv6 multicast routing statistics Merging to the current and testing with other existing multicast routers is done by Tatsuya Jinmei , who writes and maintainances the base code in KAME distribution. Make world check and kernel build check was also successful. Obtained from: KAME project Revision Changes Path 1.8 +2 -1 src/sys/netinet6/ip6_input.c 1.9 +2 -1 src/sys/netinet6/ip6_output.c 1.6 +1 -1 src/sys/netinet6/raw_ip6.c 1.2 +1 -1 src/sys/netinet6/ip6_mroute.c 1.2 +1 -1 src/sys/netinet6/ip6_mroute.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message