summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2002-11-08 23:50:32 +0000
committersam <sam@FreeBSD.org>2002-11-08 23:50:32 +0000
commite5864cae6b40069dce28148eb5efa21f91ecf013 (patch)
tree8818ad4c168560b9c45896846bfec428177c5da4 /sys/netinet/in_pcb.c
parentef62292833a3cf488115f6193b9eca7c9dc7a500 (diff)
downloadFreeBSD-src-e5864cae6b40069dce28148eb5efa21f91ecf013.zip
FreeBSD-src-e5864cae6b40069dce28148eb5efa21f91ecf013.tar.gz
temporarily disallow FAST_IPSEC and INET6 to avoid potential panics;
will correct this before 5.0 release
Diffstat (limited to 'sys/netinet/in_pcb.c')
-rw-r--r--sys/netinet/in_pcb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index e7992d5..b5a6722 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -76,6 +76,9 @@
#if defined(IPSEC) || defined(IPSEC_ESP)
#error "Bad idea: don't compile with both IPSEC and FAST_IPSEC!"
#endif
+#if defined(INET6)
+#error "Bad idea: don't use IPv6 with FAST_IPSEC (for the moment)!"
+#endif
#include <netipsec/ipsec.h>
#include <netipsec/key.h>
OpenPOWER on IntegriCloud