temporarily disallow FAST_IPSEC and INET6 to avoid potential panics;
will correct this before 5.0 release
This commit is contained in:
parent
e8539d32f0
commit
9c0a8ace11
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user