On Tue, 7 Jul 2020 00:58:33 -0700 Tony Ambardar <tony.ambar...@gmail.com> wrote:
> 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.ambar...@gmail.com> Sure applied. Maybe it should just check for > 6 to be future proof.