On Mon, 26 Aug 2024 16:25:47 +0200 Petr Machata wrote: > >> tools/testing/selftests/net/forwarding/lib.sh | 83 +++++++++++++++++++ > > > > Does it make sense to place these helpers in net/lib.sh? > > Yeah, it does. Would it further make sense to split them to their own file (net/lib_defer.sh?) and source that in net/lib.sh? Should be pretty self-contained.