On Wed, Apr 13, 2022 at 12:43:35AM +0200, Florian Westphal wrote: > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > > On Sat, Apr 09, 2022 at 03:58:23PM +0200, Florian Westphal wrote: > > > Allow to match something like > > > > > > meta iifname { eth0, ppp* }. > > > > This series LGTM, thanks for working on this. > > > > > Set ranges or concatenations are not yet supported. > > > Test passes on x86_64 and s390 (bigendian), however, the test fails dump > > > validation: > > > > > > - iifname { "eth0", "abcdef0" } counter packets 0 bytes 0 > > > + iifname { "abcdef0", "eth0" } counter packets 0 bytes 0 > > > > Hm. Is it reordering the listing? > > Yes, but its like this also before my patch, there are several > test failures on s390 with nft master. Why is the listing being reordered? > I will have a look, so far I only checked that my patch > series does not cause any additional test failures, and the only > reason why the new test fails is the output reorder on s390. This is also related to the set description patchset that Phil posted, correct? > > > I wil try to get string range support working and will > > > then ook into concat set support. > > > > OK, so then this is a WIP? > > If you want all at once then yes, but do you think thats needed? If you consider that adding remaining features is feasible, incrementally should be fine. > I have not looked at EXPR_RANGE or concat-with-wildcard yet and > I don't know when I will be able to do so.