On Tue, Oct 29, 2024 at 09:12:19PM +0100, Florian Westphal wrote: > Monitor test fails: > > echo: running tests from file set-simple.t > echo output differs! > --- /tmp/tmp.FGtiyL99bB/tmp.2QxLSjzQqk 2024-10-29 20:54:41.308293201 +0100 > +++ /tmp/tmp.FGtiyL99bB/tmp.A5rp0Z0dBJ 2024-10-29 20:54:41.317293201 +0100 > @@ -1,2 +1,3 @@ > -add element ip t portrange { 1024-65535 } > add element ip t portrange { 100-200 } > +add element ip t portrange { 1024-65535 } > +# new generation 510 by process 129009 (nft) > > I also noticed -j mode did not work correctly, add missing json annotations > in set-concat-interval.t while at it. Thanks for fixing up tests.