diff options
author | shin <shin@FreeBSD.org> | 2000-01-29 13:54:44 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 2000-01-29 13:54:44 +0000 |
commit | 5a973d30653a0d2ce9d1bca438ae120ce1294ac2 (patch) | |
tree | eec3caa9477b35ab902b34b223e2563e367b3d74 /sys/netinet6/ip6_output.c | |
parent | 9baed61100deb3348d58b0ae491f730150f86a4b (diff) | |
download | FreeBSD-src-5a973d30653a0d2ce9d1bca438ae120ce1294ac2.zip FreeBSD-src-5a973d30653a0d2ce9d1bca438ae120ce1294ac2.tar.gz |
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
Diffstat (limited to 'sys/netinet6/ip6_output.c')
-rw-r--r-- | sys/netinet6/ip6_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |