summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-01-28 12:17:49 +0000
committershin <shin@FreeBSD.org>2000-01-28 12:17:49 +0000
commit9b27aa3fec30d1988b2c37207273cba8afa5d66c (patch)
tree0ead459756226e0bd0551a8c9f2d56ded09cbdc8 /sys/netinet6
parente79d76144bf11256c79d3b23a4f2e2d64507a0fd (diff)
downloadFreeBSD-src-9b27aa3fec30d1988b2c37207273cba8afa5d66c.zip
FreeBSD-src-9b27aa3fec30d1988b2c37207273cba8afa5d66c.tar.gz
#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 <jinmei@kame.net>, who writes and maintainances the base code in KAME distribution. Make world check and kernel build check was also successful. Obtained from: KAME project
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/ip6_input.c1
-rw-r--r--sys/netinet6/ip6_output.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index 083f780..9c1ca0f 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 <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c
index 0909e9b..b901751 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 <sys/param.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud