aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-01-29 13:54:44 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-01-29 13:54:44 +0000
commit210d0432a3c2e0189277080c0b9298b5ef17074c (patch)
treeaaf9afd141404be78fe2e620932e2e4d80b16036 /sys/netinet6/ip6_input.c
parent7b387768d75b7953b70b6d1e28c5d77958e76381 (diff)
downloadsrc-210d0432a3c2e0189277080c0b9298b5ef17074c.tar.gz
src-210d0432a3c2e0189277080c0b9298b5ef17074c.zip
Add ip6fw.
Yes it is almost code freeze, but as the result of many thought, now I think this should be added before 4.0... make world check, kernel build check is done. Reviewed by: green Obtained from: KAME project
Notes
Notes: svn path=/head/; revision=56815
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>