]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
build: Bump dependency on libnftnl
authorPhil Sutter <phil@nwl.cc>
Fri, 29 Sep 2023 23:35:48 +0000 (01:35 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 29 Sep 2023 23:39:34 +0000 (01:39 +0200)
Recently added support for broute table emulation requires libnftnl
version 1.2.6.

Fixes: 73611d5582e72 ("ebtables-nft: add broute table emulation")
Signed-off-by: Phil Sutter <phil@nwl.cc>
configure.ac

index 488c01eb68a2319ae20447bb65a8cef6923d24c6..b6247ce74d1ff5126ef46ac4842aefe6cb962f83 100644 (file)
@@ -134,7 +134,7 @@ if test "x$enable_nftables" = "xyes"; then
                exit 1
        fi
 
-       PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.6], [nftables=1], [nftables=0])
+       PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.2.6], [nftables=1], [nftables=0])
 
        if test "$nftables" = 0;
        then