From 577a30ee41fedaa56d4029bda94aa8d1fdbcde7e Mon Sep 17 00:00:00 2001 From: Yoshinobu Inoue Date: Fri, 28 Jan 2000 12:17:49 +0000 Subject: [PATCH] #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 --- sys/netinet6/ip6_input.c | 1 + sys/netinet6/ip6_output.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 083f7805651..9c1ca0fee12 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -65,6 +65,7 @@ */ #include "opt_ipsec.h" +#include "opt_ip6fw.h" #include #include diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index 0909e9b15b4..b901751fa0d 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -65,6 +65,7 @@ */ #include "opt_ipsec.h" +#include "opt_ip6fw.h" #include #include