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? > This happens with other tests as well. Other tests fail > on s390 too but there are no new failures. > > I wil try to get string range support working and will > then ook into concat set support. OK, so then this is a WIP?