* ``CONFIG_NF_CONNTRACK_MARK`` enabled =y or as module (=m)
* ``CONFIG_CONNECTOR`` y/m if you wish to receive userspace
- notifications from pknock through netlink/connector
+ notifications from pknock through netlink/connector (if not, edit the
+ ``mconfig`` file in Xtables-addons to exclude pknock)
+
+ * ``CONFIG_TEXTSEARCH_BM`` y/m if you wish to use xt_ipp2p (if not, edit the
+ ``mconfig`` file in Xtables-addons to exclude ipp2p)
(Use xtables-addons-1.x if you need support for Linux < 3.7.
Use xtables-addons-2.x if you need support for Linux < 4.15.
#include <asm/unaligned.h>
#include "xt_ipp2p.h"
#include "compat_xtables.h"
+#if !defined(CONFIG_TEXTSEARCH_BM) && !defined(CONFIG_TEXTSEARCH_BM_MODULE)
+# error CONFIG_TEXTSEARCH_BM=y/m is required for ipp2p. Either enable textsearch in your kernel ".config" file, or disable ipp2p in the "mconfig" file in Xtables-addons.
+#endif
//#define IPP2P_DEBUG_ARES
//#define IPP2P_DEBUG_SOUL