diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-07-23 16:51:39 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-07-23 16:51:39 +0200 |
commit | 167a57cb822eb6ce3759f5de3a11c59849b494e4 (patch) | |
tree | 77b93103a50e66fabcfe51302c9c46ac746c9e91 /configure.in | |
parent | 77b1fdb824eb45213df4f57224e8e799fed43ded (diff) | |
download | conntrack-tools-167a57cb822eb6ce3759f5de3a11c59849b494e4.tar.gz conntrack-tools-167a57cb822eb6ce3759f5de3a11c59849b494e4.zip |
add support for kernel-space filtering via BSF
This patch adds support for kernel-space filtering via BSF by means of
the libnetfilter_conntrack's BSF high-level API.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0a6b8fe..30eaba1 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ esac dnl Dependencies LIBNFNETLINK_REQUIRED=0.0.33 -LIBNETFILTER_CONNTRACK_REQUIRED=0.0.94 +LIBNETFILTER_CONNTRACK_REQUIRED=0.0.97 AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes) if test "x$HAVE_PKG_CONFIG" = "x" |