summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2002-11-08 23:50:32 +0000
committerSam Leffler <sam@FreeBSD.org>2002-11-08 23:50:32 +0000
commit9c0a8ace111fceaaaac2a48246a6c43d233c4cc7 (patch)
tree8818ad4c168560b9c45896846bfec428177c5da4
parente8539d32f07691cc34a2dea66d4d66db7e23410f (diff)
Notes
-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 e7992d59acd9..b5a6722cd551 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>