From af4f75caf063076b63157e6da61f3df59cb51d05 Mon Sep 17 00:00:00 2001 From: Yoshinobu Inoue Date: Tue, 23 Nov 1999 02:01:49 +0000 Subject: [PATCH] Temporaly re-enable IPSEC and IPV6FIREWALL to make the kernel buildable with INET6 (I'll fix those dependency later, Sorry) PR: kern/15053 Submitted by: ssar@stacken.kth.se --- sys/conf/options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index 05af43c1154e..31d603f1e668 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -216,6 +216,7 @@ BRIDGE opt_bdg.h MROUTING opt_mrouting.h INET opt_inet.h INET6 opt_inet.h +IPSEC opt_ipsec.h IPDIVERT DUMMYNET opt_ipdn.h IPFILTER_LKM opt_ipfilter.h @@ -224,6 +225,7 @@ IPFIREWALL_VERBOSE opt_ipfw.h IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h IPFIREWALL_FORWARD opt_ipfw.h +IPV6FIREWALL opt_ip6fw.h IPSTEALTH IPX opt_ipx.h IPXIP opt_ipx.h