aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-01-28 12:17:49 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-01-28 12:17:49 +0000
commit577a30ee41fedaa56d4029bda94aa8d1fdbcde7e (patch)
treec55e05b5c9167d6e8c417d623d88c4e87877f8aa /sys/netinet6/ip6_input.c
parentb473d62c732dd5c6f65b4d0ffe1064850e931ced (diff)
downloadsrc-577a30ee41fedaa56d4029bda94aa8d1fdbcde7e.tar.gz
src-577a30ee41fedaa56d4029bda94aa8d1fdbcde7e.zip
#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
Notes
Notes: svn path=/head/; revision=56738
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r--sys/netinet6/ip6_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index 083f7805651e..9c1ca0fee123 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>