]> git.ipfire.org Git - thirdparty/iproute2.git/commit
configure: support ipset version 7 with kernel version 5
authorTony Ambardar <tony.ambardar@gmail.com>
Tue, 7 Jul 2020 07:58:33 +0000 (00:58 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 8 Jul 2020 15:48:02 +0000 (08:48 -0700)
commit650591a7a70cd79d826fcdc579a20c168c987cf2
tree8bf48efa717cca51851827aec0fe324f658d9573
parenta8d6f51c841a5aa23db0b194a23574b7bf8e2bb5
configure: support ipset version 7 with kernel version 5

The configure script checks for ipset v6 availability but doesn't test
for v7, which is backward compatible and used on kernel v5.x systems.
Update the script to test for both ipset versions. Without this change,
the tc ematch function em_ipset will be disabled.

Signed-off-by: Tony Ambardar <Tony.Ambardar@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
configure