diff options
Diffstat (limited to 'sys/netinet/in_pcb.c')
| -rw-r--r-- | sys/netinet/in_pcb.c | 3 |
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> |
